Uses of Class
com.oracle.bmc.waf.model.ProtectionCapabilitySettings
-
Packages that use ProtectionCapabilitySettings Package Description com.oracle.bmc.waf.model -
-
Uses of ProtectionCapabilitySettings in com.oracle.bmc.waf.model
Methods in com.oracle.bmc.waf.model that return ProtectionCapabilitySettings Modifier and Type Method Description ProtectionCapabilitySettings
ProtectionCapabilitySettings.Builder. build()
ProtectionCapabilitySettings
ProtectionRule. getProtectionCapabilitySettings()
Methods in com.oracle.bmc.waf.model with parameters of type ProtectionCapabilitySettings Modifier and Type Method Description ProtectionCapabilitySettings.Builder
ProtectionCapabilitySettings.Builder. copy(ProtectionCapabilitySettings model)
ProtectionRule.Builder
ProtectionRule.Builder. protectionCapabilitySettings(ProtectionCapabilitySettings protectionCapabilitySettings)
Constructors in com.oracle.bmc.waf.model with parameters of type ProtectionCapabilitySettings Constructor Description ProtectionRule(String name, WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage, String condition, String actionName, List<ProtectionCapability> protectionCapabilities, ProtectionCapabilitySettings protectionCapabilitySettings, Boolean isBodyInspectionEnabled)
Deprecated.
-