Uses of Class
com.oracle.bmc.cloudguard.model.DetectorRule.ManagedListTypes
-
Packages that use DetectorRule.ManagedListTypes Package Description com.oracle.bmc.cloudguard.model -
-
Uses of DetectorRule.ManagedListTypes in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return DetectorRule.ManagedListTypes Modifier and Type Method Description static DetectorRule.ManagedListTypes
DetectorRule.ManagedListTypes. create(String key)
static DetectorRule.ManagedListTypes
DetectorRule.ManagedListTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static DetectorRule.ManagedListTypes[]
DetectorRule.ManagedListTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type DetectorRule.ManagedListTypes Modifier and Type Method Description List<DetectorRule.ManagedListTypes>
DetectorRule. getManagedListTypes()
List of managed list types related to this ruleMethod parameters in com.oracle.bmc.cloudguard.model with type arguments of type DetectorRule.ManagedListTypes Modifier and Type Method Description DetectorRule.Builder
DetectorRule.Builder. managedListTypes(List<DetectorRule.ManagedListTypes> managedListTypes)
List of managed list types related to this ruleConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type DetectorRule.ManagedListTypes Constructor Description DetectorRule(String id, String displayName, String description, String recommendation, DetectorEnum detector, String serviceType, String resourceType, DetectorDetails detectorDetails, List<DetectorRule.ManagedListTypes> managedListTypes, List<CandidateResponderRule> candidateResponderRules, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecycleDetails, List<ResourceLock> locks)
Deprecated.
-