Uses of Class
software.amazon.awssdk.services.cloudfront.model.DisassociateDistributionWebAclResponse
Packages that use DisassociateDistributionWebAclResponse
-
Uses of DisassociateDistributionWebAclResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return DisassociateDistributionWebAclResponseModifier and TypeMethodDescriptionCloudFrontClient.disassociateDistributionWebACL(Consumer<DisassociateDistributionWebAclRequest.Builder> disassociateDistributionWebAclRequest) Disassociates a distribution from the WAF web ACL.CloudFrontClient.disassociateDistributionWebACL(DisassociateDistributionWebAclRequest disassociateDistributionWebAclRequest) Disassociates a distribution from the WAF web ACL.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type DisassociateDistributionWebAclResponseModifier and TypeMethodDescriptionCloudFrontAsyncClient.disassociateDistributionWebACL(Consumer<DisassociateDistributionWebAclRequest.Builder> disassociateDistributionWebAclRequest) Disassociates a distribution from the WAF web ACL.CloudFrontAsyncClient.disassociateDistributionWebACL(DisassociateDistributionWebAclRequest disassociateDistributionWebAclRequest) Disassociates a distribution from the WAF web ACL.