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 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. -
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.BuilderListDistributionsByResponseHeadersPolicyIdRequest. builder()ListDistributionsByResponseHeadersPolicyIdRequest.BuilderListDistributionsByResponseHeadersPolicyIdRequest.Builder. marker(String marker)Use this field when paginating results to indicate where to begin in your list of distribution IDs.ListDistributionsByResponseHeadersPolicyIdRequest.BuilderListDistributionsByResponseHeadersPolicyIdRequest.Builder. maxItems(String maxItems)The maximum number of distribution IDs that you want to get in the response.ListDistributionsByResponseHeadersPolicyIdRequest.BuilderListDistributionsByResponseHeadersPolicyIdRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDistributionsByResponseHeadersPolicyIdRequest.BuilderListDistributionsByResponseHeadersPolicyIdRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDistributionsByResponseHeadersPolicyIdRequest.BuilderListDistributionsByResponseHeadersPolicyIdRequest.Builder. responseHeadersPolicyId(String responseHeadersPolicyId)The ID of the response headers policy whose associated distribution IDs you want to list.ListDistributionsByResponseHeadersPolicyIdRequest.BuilderListDistributionsByResponseHeadersPolicyIdRequest. 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()
-