Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListDistributionsByCachePolicyIdResponse
-
Packages that use ListDistributionsByCachePolicyIdResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of ListDistributionsByCachePolicyIdResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListDistributionsByCachePolicyIdResponse Modifier and Type Method Description default ListDistributionsByCachePolicyIdResponseCloudFrontClient. listDistributionsByCachePolicyId(Consumer<ListDistributionsByCachePolicyIdRequest.Builder> listDistributionsByCachePolicyIdRequest)Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified cache policy.default ListDistributionsByCachePolicyIdResponseCloudFrontClient. listDistributionsByCachePolicyId(ListDistributionsByCachePolicyIdRequest listDistributionsByCachePolicyIdRequest)Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified cache policy.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type ListDistributionsByCachePolicyIdResponse Modifier and Type Method Description default CompletableFuture<ListDistributionsByCachePolicyIdResponse>CloudFrontAsyncClient. listDistributionsByCachePolicyId(Consumer<ListDistributionsByCachePolicyIdRequest.Builder> listDistributionsByCachePolicyIdRequest)Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified cache policy.default CompletableFuture<ListDistributionsByCachePolicyIdResponse>CloudFrontAsyncClient. listDistributionsByCachePolicyId(ListDistributionsByCachePolicyIdRequest listDistributionsByCachePolicyIdRequest)Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified cache policy.
-