Uses of Interface
software.amazon.awssdk.services.wafv2.model.AssociationConfig.Builder
-
Packages that use AssociationConfig.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of AssociationConfig.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return AssociationConfig.Builder Modifier and Type Method Description static AssociationConfig.BuilderAssociationConfig. builder()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.AssociationConfig.BuilderAssociationConfig. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type AssociationConfig.Builder Modifier and Type Method Description static Class<? extends AssociationConfig.Builder>AssociationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type AssociationConfig.Builder Modifier and Type Method Description default CreateWebAclRequest.BuilderCreateWebAclRequest.Builder. associationConfig(Consumer<AssociationConfig.Builder> associationConfig)Specifies custom configurations for the associations between the web ACL and protected resources.default UpdateWebAclRequest.BuilderUpdateWebAclRequest.Builder. associationConfig(Consumer<AssociationConfig.Builder> associationConfig)Specifies custom configurations for the associations between the web ACL and protected resources.default WebACL.BuilderWebACL.Builder. associationConfig(Consumer<AssociationConfig.Builder> associationConfig)Specifies custom configurations for the associations between the web ACL and protected resources.
-