Uses of Class
com.oracle.bmc.cloudguard.model.UpdateTargetRecipeDetectorRuleDetails
-
Packages that use UpdateTargetRecipeDetectorRuleDetails Package Description com.oracle.bmc.cloudguard.model -
-
Uses of UpdateTargetRecipeDetectorRuleDetails in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return UpdateTargetRecipeDetectorRuleDetails Modifier and Type Method Description UpdateTargetRecipeDetectorRuleDetails
UpdateTargetRecipeDetectorRuleDetails.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type UpdateTargetRecipeDetectorRuleDetails Modifier and Type Method Description List<UpdateTargetRecipeDetectorRuleDetails>
CreateTargetDetectorRecipeDetails. getDetectorRules()
List of overrides to be applied to detector rules associated with the targetList<UpdateTargetRecipeDetectorRuleDetails>
UpdateTargetDetectorRecipe. getDetectorRules()
Updates to be applied to detector rules in target detector recipeList<UpdateTargetRecipeDetectorRuleDetails>
UpdateTargetDetectorRecipeDetails. getDetectorRules()
List of updates to be applied to detector rules in target detector recipeMethods in com.oracle.bmc.cloudguard.model with parameters of type UpdateTargetRecipeDetectorRuleDetails Modifier and Type Method Description UpdateTargetRecipeDetectorRuleDetails.Builder
UpdateTargetRecipeDetectorRuleDetails.Builder. copy(UpdateTargetRecipeDetectorRuleDetails model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type UpdateTargetRecipeDetectorRuleDetails Modifier and Type Method Description CreateTargetDetectorRecipeDetails.Builder
CreateTargetDetectorRecipeDetails.Builder. detectorRules(List<UpdateTargetRecipeDetectorRuleDetails> detectorRules)
List of overrides to be applied to detector rules associated with the targetUpdateTargetDetectorRecipe.Builder
UpdateTargetDetectorRecipe.Builder. detectorRules(List<UpdateTargetRecipeDetectorRuleDetails> detectorRules)
Updates to be applied to detector rules in target detector recipeUpdateTargetDetectorRecipeDetails.Builder
UpdateTargetDetectorRecipeDetails.Builder. detectorRules(List<UpdateTargetRecipeDetectorRuleDetails> detectorRules)
List of updates to be applied to detector rules in target detector recipeConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type UpdateTargetRecipeDetectorRuleDetails Constructor Description CreateTargetDetectorRecipeDetails(String detectorRecipeId, List<UpdateTargetRecipeDetectorRuleDetails> detectorRules)
Deprecated.UpdateTargetDetectorRecipe(String targetDetectorRecipeId, List<UpdateTargetRecipeDetectorRuleDetails> detectorRules)
Deprecated.UpdateTargetDetectorRecipeDetails(String detectorRecipeId, Boolean isValidationOnlyQuery, List<UpdateTargetRecipeDetectorRuleDetails> detectorRules)
Deprecated.
-