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