| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront |
|
| software.amazon.awssdk.services.cloudfront.transform | |
| software.amazon.awssdk.services.cloudfront.waiters |
| Modifier and Type | Method and Description |
|---|---|
default GetInvalidationResponse |
CloudFrontClient.getInvalidation(GetInvalidationRequest getInvalidationRequest)
Get the information about an invalidation.
|
default CompletableFuture<GetInvalidationResponse> |
CloudFrontAsyncClient.getInvalidation(GetInvalidationRequest getInvalidationRequest)
Get the information about an invalidation.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetInvalidationRequestMarshaller.marshall(GetInvalidationRequest getInvalidationRequest) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WaiterResponse<GetInvalidationResponse>> |
CloudFrontAsyncWaiter.waitUntilInvalidationCompleted(GetInvalidationRequest getInvalidationRequest)
Polls
CloudFrontAsyncClient.getInvalidation(software.amazon.awssdk.services.cloudfront.model.GetInvalidationRequest) API until the desired condition InvalidationCompleted
is met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<GetInvalidationResponse> |
CloudFrontWaiter.waitUntilInvalidationCompleted(GetInvalidationRequest getInvalidationRequest)
Polls
CloudFrontClient.getInvalidation(software.amazon.awssdk.services.cloudfront.model.GetInvalidationRequest) API until the desired condition InvalidationCompleted is
met, or until it is determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<GetInvalidationResponse>> |
CloudFrontAsyncWaiter.waitUntilInvalidationCompleted(GetInvalidationRequest getInvalidationRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
CloudFrontAsyncClient.getInvalidation(software.amazon.awssdk.services.cloudfront.model.GetInvalidationRequest) API until the desired condition InvalidationCompleted
is met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<GetInvalidationResponse> |
CloudFrontWaiter.waitUntilInvalidationCompleted(GetInvalidationRequest getInvalidationRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
CloudFrontClient.getInvalidation(software.amazon.awssdk.services.cloudfront.model.GetInvalidationRequest) API until the desired condition InvalidationCompleted is
met, or until it is determined that the resource will never enter into the desired state |
Copyright © 2023. All rights reserved.