| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront |
|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetResponseHeadersPolicyResponse> |
CloudFrontAsyncClient.getResponseHeadersPolicy(Consumer<GetResponseHeadersPolicyRequest.Builder> getResponseHeadersPolicyRequest)
Gets a response headers policy, including metadata (the policy’s identifier and the date and time when the policy
was last modified).
|
default GetResponseHeadersPolicyResponse |
CloudFrontClient.getResponseHeadersPolicy(Consumer<GetResponseHeadersPolicyRequest.Builder> getResponseHeadersPolicyRequest)
Gets a response headers policy, including metadata (the policy’s identifier and the date and time when the policy
was last modified).
|
| Modifier and Type | Method and Description |
|---|---|
static GetResponseHeadersPolicyRequest.Builder |
GetResponseHeadersPolicyRequest.builder() |
GetResponseHeadersPolicyRequest.Builder |
GetResponseHeadersPolicyRequest.Builder.id(String id)
The identifier for the response headers policy.
|
GetResponseHeadersPolicyRequest.Builder |
GetResponseHeadersPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetResponseHeadersPolicyRequest.Builder |
GetResponseHeadersPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetResponseHeadersPolicyRequest.Builder |
GetResponseHeadersPolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetResponseHeadersPolicyRequest.Builder> |
GetResponseHeadersPolicyRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.