| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
AssociationConfig |
AssociationConfig.addRequestBodyEntry(String key,
RequestBodyAssociatedResourceTypeConfig value)
Add a single RequestBody entry
|
AssociationConfig |
AssociationConfig.clearRequestBodyEntries()
Removes all the entries added into RequestBody.
|
AssociationConfig |
AssociationConfig.clone() |
AssociationConfig |
WebACL.getAssociationConfig()
Specifies custom configurations for the associations between the web ACL and protected resources.
|
AssociationConfig |
UpdateWebACLRequest.getAssociationConfig()
Specifies custom configurations for the associations between the web ACL and protected resources.
|
AssociationConfig |
CreateWebACLRequest.getAssociationConfig()
Specifies custom configurations for the associations between the web ACL and protected resources.
|
AssociationConfig |
AssociationConfig.withRequestBody(Map<String,RequestBodyAssociatedResourceTypeConfig> requestBody)
Customizes the maximum size of the request body that your protected CloudFront, API Gateway, Amazon Cognito, App
Runner, and Verified Access resources forward to WAF for inspection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebACL.setAssociationConfig(AssociationConfig associationConfig)
Specifies custom configurations for the associations between the web ACL and protected resources.
|
void |
UpdateWebACLRequest.setAssociationConfig(AssociationConfig associationConfig)
Specifies custom configurations for the associations between the web ACL and protected resources.
|
void |
CreateWebACLRequest.setAssociationConfig(AssociationConfig associationConfig)
Specifies custom configurations for the associations between the web ACL and protected resources.
|
WebACL |
WebACL.withAssociationConfig(AssociationConfig associationConfig)
Specifies custom configurations for the associations between the web ACL and protected resources.
|
UpdateWebACLRequest |
UpdateWebACLRequest.withAssociationConfig(AssociationConfig associationConfig)
Specifies custom configurations for the associations between the web ACL and protected resources.
|
CreateWebACLRequest |
CreateWebACLRequest.withAssociationConfig(AssociationConfig associationConfig)
Specifies custom configurations for the associations between the web ACL and protected resources.
|
Copyright © 2025. All rights reserved.