Uses of Class
software.amazon.awssdk.services.cloudfront.model.DisassociateDistributionTenantWebAclResponse
Packages that use DisassociateDistributionTenantWebAclResponse
-
Uses of DisassociateDistributionTenantWebAclResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return DisassociateDistributionTenantWebAclResponseModifier and TypeMethodDescriptionCloudFrontClient.disassociateDistributionTenantWebACL(Consumer<DisassociateDistributionTenantWebAclRequest.Builder> disassociateDistributionTenantWebAclRequest) Disassociates a distribution tenant from the WAF web ACL.CloudFrontClient.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 DisassociateDistributionTenantWebAclResponseModifier and TypeMethodDescriptionCloudFrontAsyncClient.disassociateDistributionTenantWebACL(Consumer<DisassociateDistributionTenantWebAclRequest.Builder> disassociateDistributionTenantWebAclRequest) Disassociates a distribution tenant from the WAF web ACL.CloudFrontAsyncClient.disassociateDistributionTenantWebACL(DisassociateDistributionTenantWebAclRequest disassociateDistributionTenantWebAclRequest) Disassociates a distribution tenant from the WAF web ACL.