Uses of Class
com.oracle.bmc.waas.model.WaasPolicyCustomProtectionRuleSummary.Action
- 
Packages that use WaasPolicyCustomProtectionRuleSummary.Action Package Description com.oracle.bmc.waas.model 
- 
- 
Uses of WaasPolicyCustomProtectionRuleSummary.Action in com.oracle.bmc.waas.modelMethods in com.oracle.bmc.waas.model that return WaasPolicyCustomProtectionRuleSummary.Action Modifier and Type Method Description static WaasPolicyCustomProtectionRuleSummary.ActionWaasPolicyCustomProtectionRuleSummary.Action. create(String key)WaasPolicyCustomProtectionRuleSummary.ActionWaasPolicyCustomProtectionRuleSummary. getAction()The action to take when the custom protection rule is triggered.static WaasPolicyCustomProtectionRuleSummary.ActionWaasPolicyCustomProtectionRuleSummary.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static WaasPolicyCustomProtectionRuleSummary.Action[]WaasPolicyCustomProtectionRuleSummary.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.model with parameters of type WaasPolicyCustomProtectionRuleSummary.Action Modifier and Type Method Description WaasPolicyCustomProtectionRuleSummary.BuilderWaasPolicyCustomProtectionRuleSummary.Builder. action(WaasPolicyCustomProtectionRuleSummary.Action action)The action to take when the custom protection rule is triggered.Constructors in com.oracle.bmc.waas.model with parameters of type WaasPolicyCustomProtectionRuleSummary.Action Constructor Description WaasPolicyCustomProtectionRuleSummary(String id, String displayName, WaasPolicyCustomProtectionRuleSummary.Action action, List<String> modSecurityRuleIds, List<ProtectionRuleExclusion> exclusions)Deprecated.
 
-