Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListDistributionsByResponseHeadersPolicyIdRequest
-
Packages that use ListDistributionsByResponseHeadersPolicyIdRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of ListDistributionsByResponseHeadersPolicyIdRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type ListDistributionsByResponseHeadersPolicyIdRequest Modifier and Type Method Description 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.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. -
Uses of ListDistributionsByResponseHeadersPolicyIdRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type ListDistributionsByResponseHeadersPolicyIdRequest Modifier and Type Method Description SdkHttpFullRequestListDistributionsByResponseHeadersPolicyIdRequestMarshaller. marshall(ListDistributionsByResponseHeadersPolicyIdRequest listDistributionsByResponseHeadersPolicyIdRequest)
-