Uses of Class
com.oracle.bmc.waas.model.CustomProtectionRuleSetting.Action
-
Packages that use CustomProtectionRuleSetting.Action Package Description com.oracle.bmc.waas.model -
-
Uses of CustomProtectionRuleSetting.Action in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return CustomProtectionRuleSetting.Action Modifier and Type Method Description static CustomProtectionRuleSetting.Action
CustomProtectionRuleSetting.Action. create(String key)
CustomProtectionRuleSetting.Action
CustomProtectionRuleSetting. getAction()
The action to take when the custom protection rule is triggered.static CustomProtectionRuleSetting.Action
CustomProtectionRuleSetting.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static CustomProtectionRuleSetting.Action[]
CustomProtectionRuleSetting.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 CustomProtectionRuleSetting.Action Modifier and Type Method Description CustomProtectionRuleSetting.Builder
CustomProtectionRuleSetting.Builder. action(CustomProtectionRuleSetting.Action action)
The action to take when the custom protection rule is triggered.Constructors in com.oracle.bmc.waas.model with parameters of type CustomProtectionRuleSetting.Action Constructor Description CustomProtectionRuleSetting(String id, CustomProtectionRuleSetting.Action action, List<ProtectionRuleExclusion> exclusions)
Deprecated.
-