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