| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Map<AssociatedResourceType,RequestBodyAssociatedResourceTypeConfig> |
AssociationConfig.requestBody()
Customizes the maximum size of the request body that your protected CloudFront distributions forward to WAF for
inspection.
|
Map<String,RequestBodyAssociatedResourceTypeConfig> |
AssociationConfig.requestBodyAsStrings()
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.Builder |
AssociationConfig.Builder.requestBody(Map<AssociatedResourceType,RequestBodyAssociatedResourceTypeConfig> requestBody)
Customizes the maximum size of the request body that your protected CloudFront distributions forward to WAF
for inspection.
|
AssociationConfig.Builder |
AssociationConfig.Builder.requestBodyWithStrings(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.