Uses of Class
software.amazon.awssdk.services.cloudfront.model.AssociateDistributionWebAclResponse
-
Packages that use AssociateDistributionWebAclResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of AssociateDistributionWebAclResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return AssociateDistributionWebAclResponse Modifier and Type Method Description default AssociateDistributionWebAclResponseCloudFrontClient. associateDistributionWebACL(Consumer<AssociateDistributionWebAclRequest.Builder> associateDistributionWebAclRequest)Associates the WAF web ACL with a distribution.default AssociateDistributionWebAclResponseCloudFrontClient. associateDistributionWebACL(AssociateDistributionWebAclRequest associateDistributionWebAclRequest)Associates the WAF web ACL with a distribution.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type AssociateDistributionWebAclResponse Modifier and Type Method Description default CompletableFuture<AssociateDistributionWebAclResponse>CloudFrontAsyncClient. associateDistributionWebACL(Consumer<AssociateDistributionWebAclRequest.Builder> associateDistributionWebAclRequest)Associates the WAF web ACL with a distribution.default CompletableFuture<AssociateDistributionWebAclResponse>CloudFrontAsyncClient. associateDistributionWebACL(AssociateDistributionWebAclRequest associateDistributionWebAclRequest)Associates the WAF web ACL with a distribution.
-