Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListDistributionsByResponseHeadersPolicyIdResponse
Packages that use ListDistributionsByResponseHeadersPolicyIdResponse
-
Uses of ListDistributionsByResponseHeadersPolicyIdResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListDistributionsByResponseHeadersPolicyIdResponseModifier and TypeMethodDescriptionCloudFrontClient.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.CloudFrontClient.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 ListDistributionsByResponseHeadersPolicyIdResponseModifier and TypeMethodDescriptionCloudFrontAsyncClient.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.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.