Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListDistributionsByWebAclIdResponse
-
Packages that use ListDistributionsByWebAclIdResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of ListDistributionsByWebAclIdResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListDistributionsByWebAclIdResponse Modifier and Type Method Description default ListDistributionsByWebAclIdResponseCloudFrontClient. listDistributionsByWebACLId(Consumer<ListDistributionsByWebAclIdRequest.Builder> listDistributionsByWebAclIdRequest)List the distributions that are associated with a specified WAF web ACL.default ListDistributionsByWebAclIdResponseCloudFrontClient. 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 ListDistributionsByWebAclIdResponse Modifier and Type Method Description default CompletableFuture<ListDistributionsByWebAclIdResponse>CloudFrontAsyncClient. listDistributionsByWebACLId(Consumer<ListDistributionsByWebAclIdRequest.Builder> listDistributionsByWebAclIdRequest)List the distributions that are associated with a specified WAF web ACL.default CompletableFuture<ListDistributionsByWebAclIdResponse>CloudFrontAsyncClient. listDistributionsByWebACLId(ListDistributionsByWebAclIdRequest listDistributionsByWebAclIdRequest)List the distributions that are associated with a specified WAF web ACL.
-