Uses of Class
com.oracle.bmc.waf.model.WebAppFirewallPolicyRule.ConditionLanguage
-
Packages that use WebAppFirewallPolicyRule.ConditionLanguage Package Description com.oracle.bmc.waf.model -
-
Uses of WebAppFirewallPolicyRule.ConditionLanguage in com.oracle.bmc.waf.model
Methods in com.oracle.bmc.waf.model that return WebAppFirewallPolicyRule.ConditionLanguage Modifier and Type Method Description static WebAppFirewallPolicyRule.ConditionLanguage
WebAppFirewallPolicyRule.ConditionLanguage. create(String key)
WebAppFirewallPolicyRule.ConditionLanguage
WebAppFirewallPolicyRule. getConditionLanguage()
The language used to parse condition from field condition.static WebAppFirewallPolicyRule.ConditionLanguage
WebAppFirewallPolicyRule.ConditionLanguage. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebAppFirewallPolicyRule.ConditionLanguage[]
WebAppFirewallPolicyRule.ConditionLanguage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waf.model with parameters of type WebAppFirewallPolicyRule.ConditionLanguage Modifier and Type Method Description AccessControlRule.Builder
AccessControlRule.Builder. conditionLanguage(WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage)
ProtectionRule.Builder
ProtectionRule.Builder. conditionLanguage(WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage)
RequestRateLimitingRule.Builder
RequestRateLimitingRule.Builder. conditionLanguage(WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage)
Constructors in com.oracle.bmc.waf.model with parameters of type WebAppFirewallPolicyRule.ConditionLanguage Constructor Description AccessControlRule(String name, WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage, String condition, String actionName)
Deprecated.ProtectionRule(String name, WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage, String condition, String actionName, List<ProtectionCapability> protectionCapabilities, ProtectionCapabilitySettings protectionCapabilitySettings, Boolean isBodyInspectionEnabled)
Deprecated.RequestRateLimitingRule(String name, WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage, String condition, String actionName, List<RequestRateLimitingConfiguration> configurations)
Deprecated.WebAppFirewallPolicyRule(String name, WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage, String condition, String actionName)
Deprecated.
-