Uses of Class
com.oracle.bmc.waf.model.ProtectionRule
-
Packages that use ProtectionRule Package Description com.oracle.bmc.waf.model -
-
Uses of ProtectionRule in com.oracle.bmc.waf.model
Methods in com.oracle.bmc.waf.model that return ProtectionRule Modifier and Type Method Description ProtectionRule
ProtectionRule.Builder. build()
Methods in com.oracle.bmc.waf.model that return types with arguments of type ProtectionRule Modifier and Type Method Description List<ProtectionRule>
RequestProtection. getRules()
Ordered list of ProtectionRules.List<ProtectionRule>
ResponseProtection. getRules()
Ordered list of ProtectionRules.Methods in com.oracle.bmc.waf.model with parameters of type ProtectionRule Modifier and Type Method Description ProtectionRule.Builder
ProtectionRule.Builder. copy(ProtectionRule model)
Method parameters in com.oracle.bmc.waf.model with type arguments of type ProtectionRule Modifier and Type Method Description RequestProtection.Builder
RequestProtection.Builder. rules(List<ProtectionRule> rules)
Ordered list of ProtectionRules.ResponseProtection.Builder
ResponseProtection.Builder. rules(List<ProtectionRule> rules)
Ordered list of ProtectionRules.Constructor parameters in com.oracle.bmc.waf.model with type arguments of type ProtectionRule Constructor Description RequestProtection(List<ProtectionRule> rules, Integer bodyInspectionSizeLimitInBytes, String bodyInspectionSizeLimitExceededActionName)
Deprecated.ResponseProtection(List<ProtectionRule> rules)
Deprecated.
-