Uses of Class
com.oracle.bmc.waas.model.ProtectionRuleExclusion
-
Packages that use ProtectionRuleExclusion Package Description com.oracle.bmc.waas.model -
-
Uses of ProtectionRuleExclusion in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return ProtectionRuleExclusion Modifier and Type Method Description ProtectionRuleExclusion
ProtectionRuleExclusion.Builder. build()
Methods in com.oracle.bmc.waas.model that return types with arguments of type ProtectionRuleExclusion Modifier and Type Method Description List<ProtectionRuleExclusion>
CustomProtectionRuleSetting. getExclusions()
List<ProtectionRuleExclusion>
ProtectionRule. getExclusions()
List<ProtectionRuleExclusion>
ProtectionRuleAction. getExclusions()
The types of requests excluded from the protection rule action.List<ProtectionRuleExclusion>
WaasPolicyCustomProtectionRuleSummary. getExclusions()
Methods in com.oracle.bmc.waas.model with parameters of type ProtectionRuleExclusion Modifier and Type Method Description ProtectionRuleExclusion.Builder
ProtectionRuleExclusion.Builder. copy(ProtectionRuleExclusion model)
Method parameters in com.oracle.bmc.waas.model with type arguments of type ProtectionRuleExclusion Modifier and Type Method Description CustomProtectionRuleSetting.Builder
CustomProtectionRuleSetting.Builder. exclusions(List<ProtectionRuleExclusion> exclusions)
ProtectionRule.Builder
ProtectionRule.Builder. exclusions(List<ProtectionRuleExclusion> exclusions)
ProtectionRuleAction.Builder
ProtectionRuleAction.Builder. exclusions(List<ProtectionRuleExclusion> exclusions)
The types of requests excluded from the protection rule action.WaasPolicyCustomProtectionRuleSummary.Builder
WaasPolicyCustomProtectionRuleSummary.Builder. exclusions(List<ProtectionRuleExclusion> exclusions)
Constructor parameters in com.oracle.bmc.waas.model with type arguments of type ProtectionRuleExclusion Constructor Description CustomProtectionRuleSetting(String id, CustomProtectionRuleSetting.Action action, List<ProtectionRuleExclusion> exclusions)
Deprecated.ProtectionRuleAction(String key, ProtectionRuleAction.Action action, List<ProtectionRuleExclusion> exclusions)
Deprecated.
-