Uses of Class
com.oracle.bmc.cloudguard.model.DetectorRuleSummary.ManagedListTypes
-
Packages that use DetectorRuleSummary.ManagedListTypes Package Description com.oracle.bmc.cloudguard.model -
-
Uses of DetectorRuleSummary.ManagedListTypes in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return DetectorRuleSummary.ManagedListTypes Modifier and Type Method Description static DetectorRuleSummary.ManagedListTypesDetectorRuleSummary.ManagedListTypes. create(String key)static DetectorRuleSummary.ManagedListTypesDetectorRuleSummary.ManagedListTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static DetectorRuleSummary.ManagedListTypes[]DetectorRuleSummary.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 DetectorRuleSummary.ManagedListTypes Modifier and Type Method Description List<DetectorRuleSummary.ManagedListTypes>DetectorRuleSummary. getManagedListTypes()List of managed list types related to this ruleMethod parameters in com.oracle.bmc.cloudguard.model with type arguments of type DetectorRuleSummary.ManagedListTypes Modifier and Type Method Description DetectorRuleSummary.BuilderDetectorRuleSummary.Builder. managedListTypes(List<DetectorRuleSummary.ManagedListTypes> managedListTypes)List of managed list types related to this ruleConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type DetectorRuleSummary.ManagedListTypes Constructor Description DetectorRuleSummary(String id, String displayName, String description, String recommendation, DetectorEnum detector, String serviceType, String resourceType, List<DetectorRuleSummary.ManagedListTypes> managedListTypes, List<CandidateResponderRule> candidateResponderRules, DetectorDetails detectorDetails, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecycleDetails)Deprecated.
-