Uses of Class
software.amazon.awssdk.services.cloudfront.model.DisassociateDistributionTenantWebAclResponse
-
Packages that use DisassociateDistributionTenantWebAclResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of DisassociateDistributionTenantWebAclResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return DisassociateDistributionTenantWebAclResponse Modifier and Type Method Description default DisassociateDistributionTenantWebAclResponseCloudFrontClient. disassociateDistributionTenantWebACL(Consumer<DisassociateDistributionTenantWebAclRequest.Builder> disassociateDistributionTenantWebAclRequest)Disassociates a distribution tenant from the WAF web ACL.default DisassociateDistributionTenantWebAclResponseCloudFrontClient. disassociateDistributionTenantWebACL(DisassociateDistributionTenantWebAclRequest disassociateDistributionTenantWebAclRequest)Disassociates a distribution tenant from the WAF web ACL.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type DisassociateDistributionTenantWebAclResponse Modifier and Type Method Description default CompletableFuture<DisassociateDistributionTenantWebAclResponse>CloudFrontAsyncClient. disassociateDistributionTenantWebACL(Consumer<DisassociateDistributionTenantWebAclRequest.Builder> disassociateDistributionTenantWebAclRequest)Disassociates a distribution tenant from the WAF web ACL.default CompletableFuture<DisassociateDistributionTenantWebAclResponse>CloudFrontAsyncClient. disassociateDistributionTenantWebACL(DisassociateDistributionTenantWebAclRequest disassociateDistributionTenantWebAclRequest)Disassociates a distribution tenant from the WAF web ACL.
-