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