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