Uses of Class
com.oracle.bmc.waf.model.WebAppFirewallPolicyRule.Type
-
Packages that use WebAppFirewallPolicyRule.Type Package Description com.oracle.bmc.waf.model -
-
Uses of WebAppFirewallPolicyRule.Type in com.oracle.bmc.waf.model
Methods in com.oracle.bmc.waf.model that return WebAppFirewallPolicyRule.Type Modifier and Type Method Description static WebAppFirewallPolicyRule.Type
WebAppFirewallPolicyRule.Type. create(String key)
static WebAppFirewallPolicyRule.Type
WebAppFirewallPolicyRule.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebAppFirewallPolicyRule.Type[]
WebAppFirewallPolicyRule.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-