Uses of Class
software.amazon.awssdk.services.wafv2.model.RequestBodyAssociatedResourceTypeConfig
-
Packages that use RequestBodyAssociatedResourceTypeConfig Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of RequestBodyAssociatedResourceTypeConfig in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type RequestBodyAssociatedResourceTypeConfig Modifier and Type Method 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.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type RequestBodyAssociatedResourceTypeConfig Modifier and Type Method Description AssociationConfig.BuilderAssociationConfig.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.BuilderAssociationConfig.Builder. requestBodyWithStrings(Map<String,RequestBodyAssociatedResourceTypeConfig> requestBody)Customizes the maximum size of the request body that your protected CloudFront distributions forward to WAF for inspection.
-