Uses of Class
software.amazon.awssdk.services.wafv2.model.AssociationConfig
-
Packages that use AssociationConfig Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of AssociationConfig in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return AssociationConfig Modifier and Type Method Description AssociationConfigCreateWebAclRequest. associationConfig()Specifies custom configurations for the associations between the web ACL and protected resources.AssociationConfigUpdateWebAclRequest. associationConfig()Specifies custom configurations for the associations between the web ACL and protected resources.AssociationConfigWebACL. associationConfig()Specifies custom configurations for the associations between the web ACL and protected resources.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type AssociationConfig Modifier and Type Method Description CreateWebAclRequest.BuilderCreateWebAclRequest.Builder. associationConfig(AssociationConfig associationConfig)Specifies custom configurations for the associations between the web ACL and protected resources.UpdateWebAclRequest.BuilderUpdateWebAclRequest.Builder. associationConfig(AssociationConfig associationConfig)Specifies custom configurations for the associations between the web ACL and protected resources.WebACL.BuilderWebACL.Builder. associationConfig(AssociationConfig associationConfig)Specifies custom configurations for the associations between the web ACL and protected resources.
-