Uses of Class
com.oracle.bmc.cloudguard.model.UpdateDetectorRecipeDetectorRule
-
Packages that use UpdateDetectorRecipeDetectorRule Package Description com.oracle.bmc.cloudguard.model -
-
Uses of UpdateDetectorRecipeDetectorRule in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return UpdateDetectorRecipeDetectorRule Modifier and Type Method Description UpdateDetectorRecipeDetectorRule
UpdateDetectorRecipeDetectorRule.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type UpdateDetectorRecipeDetectorRule Modifier and Type Method Description List<UpdateDetectorRecipeDetectorRule>
CreateDetectorRecipeDetails. getDetectorRules()
Detector rules to override from source detector recipeList<UpdateDetectorRecipeDetectorRule>
UpdateDetectorRecipeDetails. getDetectorRules()
List of detector rules to updateMethods in com.oracle.bmc.cloudguard.model with parameters of type UpdateDetectorRecipeDetectorRule Modifier and Type Method Description UpdateDetectorRecipeDetectorRule.Builder
UpdateDetectorRecipeDetectorRule.Builder. copy(UpdateDetectorRecipeDetectorRule model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type UpdateDetectorRecipeDetectorRule Modifier and Type Method Description CreateDetectorRecipeDetails.Builder
CreateDetectorRecipeDetails.Builder. detectorRules(List<UpdateDetectorRecipeDetectorRule> detectorRules)
Detector rules to override from source detector recipeUpdateDetectorRecipeDetails.Builder
UpdateDetectorRecipeDetails.Builder. detectorRules(List<UpdateDetectorRecipeDetectorRule> detectorRules)
List of detector rules to updateConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type UpdateDetectorRecipeDetectorRule Constructor Description CreateDetectorRecipeDetails(String displayName, String description, DetectorEnum detector, String sourceDetectorRecipeId, String compartmentId, List<UpdateDetectorRecipeDetectorRule> detectorRules, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateDetectorRecipeDetails(String displayName, String description, List<UpdateDetectorRecipeDetectorRule> detectorRules, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-