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