Uses of Class
com.oracle.bmc.waf.model.ProtectionCapability
-
Packages that use ProtectionCapability Package Description com.oracle.bmc.waf.model -
-
Uses of ProtectionCapability in com.oracle.bmc.waf.model
Methods in com.oracle.bmc.waf.model that return ProtectionCapability Modifier and Type Method Description ProtectionCapability
ProtectionCapability.Builder. build()
Methods in com.oracle.bmc.waf.model that return types with arguments of type ProtectionCapability Modifier and Type Method Description List<ProtectionCapability>
ProtectionRule. getProtectionCapabilities()
An ordered list that references OCI-managed protection capabilities.Methods in com.oracle.bmc.waf.model with parameters of type ProtectionCapability Modifier and Type Method Description ProtectionCapability.Builder
ProtectionCapability.Builder. copy(ProtectionCapability model)
Method parameters in com.oracle.bmc.waf.model with type arguments of type ProtectionCapability Modifier and Type Method Description ProtectionRule.Builder
ProtectionRule.Builder. protectionCapabilities(List<ProtectionCapability> protectionCapabilities)
An ordered list that references OCI-managed protection capabilities.Constructor parameters in com.oracle.bmc.waf.model with type arguments of type ProtectionCapability Constructor Description ProtectionRule(String name, WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage, String condition, String actionName, List<ProtectionCapability> protectionCapabilities, ProtectionCapabilitySettings protectionCapabilitySettings, Boolean isBodyInspectionEnabled)
Deprecated.
-