| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront |
|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetCachePolicyResponse> |
CloudFrontAsyncClient.getCachePolicy(Consumer<GetCachePolicyRequest.Builder> getCachePolicyRequest)
Gets a cache policy, including the following metadata:
|
default GetCachePolicyResponse |
CloudFrontClient.getCachePolicy(Consumer<GetCachePolicyRequest.Builder> getCachePolicyRequest)
Gets a cache policy, including the following metadata:
|
| Modifier and Type | Method and Description |
|---|---|
static GetCachePolicyRequest.Builder |
GetCachePolicyRequest.builder() |
GetCachePolicyRequest.Builder |
GetCachePolicyRequest.Builder.id(String id)
The unique identifier for the cache policy.
|
GetCachePolicyRequest.Builder |
GetCachePolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCachePolicyRequest.Builder |
GetCachePolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCachePolicyRequest.Builder |
GetCachePolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCachePolicyRequest.Builder> |
GetCachePolicyRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.