Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ListDistributionsByResponseHeadersPolicyIdRequest.Builder
-
Packages that use ListDistributionsByResponseHeadersPolicyIdRequest.Builder Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.model -
-
Uses of ListDistributionsByResponseHeadersPolicyIdRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type ListDistributionsByResponseHeadersPolicyIdRequest.Builder 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 ListDistributionsByResponseHeadersPolicyIdResponse
CloudFrontClient. 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. -
Uses of ListDistributionsByResponseHeadersPolicyIdRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ListDistributionsByResponseHeadersPolicyIdRequest.Builder Modifier and Type Method Description static ListDistributionsByResponseHeadersPolicyIdRequest.Builder
ListDistributionsByResponseHeadersPolicyIdRequest. builder()
ListDistributionsByResponseHeadersPolicyIdRequest.Builder
ListDistributionsByResponseHeadersPolicyIdRequest.Builder. marker(String marker)
Use this field when paginating results to indicate where to begin in your list of distribution IDs.ListDistributionsByResponseHeadersPolicyIdRequest.Builder
ListDistributionsByResponseHeadersPolicyIdRequest.Builder. maxItems(String maxItems)
The maximum number of distribution IDs that you want to get in the response.ListDistributionsByResponseHeadersPolicyIdRequest.Builder
ListDistributionsByResponseHeadersPolicyIdRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListDistributionsByResponseHeadersPolicyIdRequest.Builder
ListDistributionsByResponseHeadersPolicyIdRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListDistributionsByResponseHeadersPolicyIdRequest.Builder
ListDistributionsByResponseHeadersPolicyIdRequest.Builder. responseHeadersPolicyId(String responseHeadersPolicyId)
The ID of the response headers policy whose associated distribution IDs you want to list.ListDistributionsByResponseHeadersPolicyIdRequest.Builder
ListDistributionsByResponseHeadersPolicyIdRequest. toBuilder()
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ListDistributionsByResponseHeadersPolicyIdRequest.Builder Modifier and Type Method Description static Class<? extends ListDistributionsByResponseHeadersPolicyIdRequest.Builder>
ListDistributionsByResponseHeadersPolicyIdRequest. serializableBuilderClass()
-