Uses of Class
com.oracle.bmc.cloudguard.model.TargetDetectorRecipeDetectorRule
-
Packages that use TargetDetectorRecipeDetectorRule Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.responses -
-
Uses of TargetDetectorRecipeDetectorRule in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return TargetDetectorRecipeDetectorRule Modifier and Type Method Description TargetDetectorRecipeDetectorRuleTargetDetectorRecipeDetectorRule.Builder. build()Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type TargetDetectorRecipeDetectorRule Modifier and Type Method Description List<TargetDetectorRecipeDetectorRule>TargetDetectorRecipe. getDetectorRules()List of detector rules for the detector recipe - user inputList<TargetDetectorRecipeDetectorRule>TargetDetectorRecipe. getEffectiveDetectorRules()List of currently enabled detector rules for the detector type for recipe after applying defaultsMethods in com.oracle.bmc.cloudguard.model with parameters of type TargetDetectorRecipeDetectorRule Modifier and Type Method Description TargetDetectorRecipeDetectorRule.BuilderTargetDetectorRecipeDetectorRule.Builder. copy(TargetDetectorRecipeDetectorRule model)Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type TargetDetectorRecipeDetectorRule Modifier and Type Method Description TargetDetectorRecipe.BuilderTargetDetectorRecipe.Builder. detectorRules(List<TargetDetectorRecipeDetectorRule> detectorRules)List of detector rules for the detector recipe - user inputTargetDetectorRecipe.BuilderTargetDetectorRecipe.Builder. effectiveDetectorRules(List<TargetDetectorRecipeDetectorRule> effectiveDetectorRules)List of currently enabled detector rules for the detector type for recipe after applying defaultsConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type TargetDetectorRecipeDetectorRule Constructor Description TargetDetectorRecipe(String id, String displayName, String description, String compartmentId, String detectorRecipeId, OwnerType owner, DetectorEnum detector, List<TargetDetectorRecipeDetectorRule> detectorRules, List<TargetDetectorRecipeDetectorRule> effectiveDetectorRules, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, List<ResourceLock> locks, DetectorRecipeEnum detectorRecipeType, Integer sourceDataRetention)Deprecated. -
Uses of TargetDetectorRecipeDetectorRule in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return TargetDetectorRecipeDetectorRule Modifier and Type Method Description TargetDetectorRecipeDetectorRuleGetTargetDetectorRecipeDetectorRuleResponse. getTargetDetectorRecipeDetectorRule()The returned TargetDetectorRecipeDetectorRule instance.TargetDetectorRecipeDetectorRuleUpdateTargetDetectorRecipeDetectorRuleResponse. getTargetDetectorRecipeDetectorRule()The returned TargetDetectorRecipeDetectorRule instance.Methods in com.oracle.bmc.cloudguard.responses with parameters of type TargetDetectorRecipeDetectorRule Modifier and Type Method Description GetTargetDetectorRecipeDetectorRuleResponse.BuilderGetTargetDetectorRecipeDetectorRuleResponse.Builder. targetDetectorRecipeDetectorRule(TargetDetectorRecipeDetectorRule targetDetectorRecipeDetectorRule)The returned TargetDetectorRecipeDetectorRule instance.UpdateTargetDetectorRecipeDetectorRuleResponse.BuilderUpdateTargetDetectorRecipeDetectorRuleResponse.Builder. targetDetectorRecipeDetectorRule(TargetDetectorRecipeDetectorRule targetDetectorRecipeDetectorRule)The returned TargetDetectorRecipeDetectorRule instance.
-