Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListDistributionsByWebAclIdResponse
Packages that use ListDistributionsByWebAclIdResponse
-
Uses of ListDistributionsByWebAclIdResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListDistributionsByWebAclIdResponseModifier and TypeMethodDescriptionCloudFrontClient.listDistributionsByWebACLId(Consumer<ListDistributionsByWebAclIdRequest.Builder> listDistributionsByWebAclIdRequest) List the distributions that are associated with a specified WAF web ACL.CloudFrontClient.listDistributionsByWebACLId(ListDistributionsByWebAclIdRequest listDistributionsByWebAclIdRequest) List the distributions that are associated with a specified WAF web ACL.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type ListDistributionsByWebAclIdResponseModifier and TypeMethodDescriptionCloudFrontAsyncClient.listDistributionsByWebACLId(Consumer<ListDistributionsByWebAclIdRequest.Builder> listDistributionsByWebAclIdRequest) List the distributions that are associated with a specified WAF web ACL.CloudFrontAsyncClient.listDistributionsByWebACLId(ListDistributionsByWebAclIdRequest listDistributionsByWebAclIdRequest) List the distributions that are associated with a specified WAF web ACL.