| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RequestBodyAssociatedResourceTypeConfig |
RequestBodyAssociatedResourceTypeConfig.clone() |
RequestBodyAssociatedResourceTypeConfig |
RequestBodyAssociatedResourceTypeConfig.withDefaultSizeInspectionLimit(SizeInspectionLimit defaultSizeInspectionLimit)
Specifies the maximum size of the web request body component that an associated CloudFront distribution should
send to WAF for inspection.
|
RequestBodyAssociatedResourceTypeConfig |
RequestBodyAssociatedResourceTypeConfig.withDefaultSizeInspectionLimit(String defaultSizeInspectionLimit)
Specifies the maximum size of the web request body component that an associated CloudFront distribution should
send to WAF for inspection.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,RequestBodyAssociatedResourceTypeConfig> |
AssociationConfig.getRequestBody()
Customizes the maximum size of the request body that your protected CloudFront distributions forward to WAF for
inspection.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationConfig |
AssociationConfig.addRequestBodyEntry(String key,
RequestBodyAssociatedResourceTypeConfig value)
Add a single RequestBody entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociationConfig.setRequestBody(Map<String,RequestBodyAssociatedResourceTypeConfig> requestBody)
Customizes the maximum size of the request body that your protected CloudFront distributions forward to WAF for
inspection.
|
AssociationConfig |
AssociationConfig.withRequestBody(Map<String,RequestBodyAssociatedResourceTypeConfig> requestBody)
Customizes the maximum size of the request body that your protected CloudFront distributions forward to WAF for
inspection.
|
Copyright © 2023. All rights reserved.