Package | Description |
---|---|
com.oracle.bmc.waf.model |
Modifier and Type | Method and Description |
---|---|
ProtectionRule |
ProtectionRule.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProtectionRule> |
ResponseProtection.getRules()
Ordered list of ProtectionRules.
|
List<ProtectionRule> |
RequestProtection.getRules()
Ordered list of ProtectionRules.
|
Modifier and Type | Method and Description |
---|---|
ProtectionRule.Builder |
ProtectionRule.Builder.copy(ProtectionRule model) |
Modifier and Type | Method and Description |
---|---|
ResponseProtection.Builder |
ResponseProtection.Builder.rules(List<ProtectionRule> rules)
Ordered list of ProtectionRules.
|
RequestProtection.Builder |
RequestProtection.Builder.rules(List<ProtectionRule> rules)
Ordered list of ProtectionRules.
|
Constructor and Description |
---|
RequestProtection(List<ProtectionRule> rules,
Integer bodyInspectionSizeLimitInBytes,
String bodyInspectionSizeLimitExceededActionName)
Deprecated.
|
ResponseProtection(List<ProtectionRule> rules)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.