Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
UpdateTargetRecipeDetectorRuleDetails |
UpdateTargetRecipeDetectorRuleDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<UpdateTargetRecipeDetectorRuleDetails> |
UpdateTargetDetectorRecipeDetails.getDetectorRules()
List of updates to be applied to detector rules in target detector recipe
|
List<UpdateTargetRecipeDetectorRuleDetails> |
UpdateTargetDetectorRecipe.getDetectorRules()
Updates to be applied to detector rules in target detector recipe
|
List<UpdateTargetRecipeDetectorRuleDetails> |
CreateTargetDetectorRecipeDetails.getDetectorRules()
List of overrides to be applied to detector rules associated with the target
|
Modifier and Type | Method and Description |
---|---|
UpdateTargetRecipeDetectorRuleDetails.Builder |
UpdateTargetRecipeDetectorRuleDetails.Builder.copy(UpdateTargetRecipeDetectorRuleDetails model) |
Modifier and Type | Method and Description |
---|---|
UpdateTargetDetectorRecipeDetails.Builder |
UpdateTargetDetectorRecipeDetails.Builder.detectorRules(List<UpdateTargetRecipeDetectorRuleDetails> detectorRules)
List of updates to be applied to detector rules in target detector recipe
|
UpdateTargetDetectorRecipe.Builder |
UpdateTargetDetectorRecipe.Builder.detectorRules(List<UpdateTargetRecipeDetectorRuleDetails> detectorRules)
Updates to be applied to detector rules in target detector recipe
|
CreateTargetDetectorRecipeDetails.Builder |
CreateTargetDetectorRecipeDetails.Builder.detectorRules(List<UpdateTargetRecipeDetectorRuleDetails> detectorRules)
List of overrides to be applied to detector rules associated with the target
|
Constructor and Description |
---|
CreateTargetDetectorRecipeDetails(String detectorRecipeId,
List<UpdateTargetRecipeDetectorRuleDetails> detectorRules)
Deprecated.
|
UpdateTargetDetectorRecipe(String targetDetectorRecipeId,
List<UpdateTargetRecipeDetectorRuleDetails> detectorRules)
Deprecated.
|
UpdateTargetDetectorRecipeDetails(String detectorRecipeId,
Boolean isValidationOnlyQuery,
List<UpdateTargetRecipeDetectorRuleDetails> detectorRules)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.