| 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 GetDistributionResponse |
CloudFrontClient.getDistribution(GetDistributionRequest getDistributionRequest)
Get the information about a distribution.
|
default CompletableFuture<GetDistributionResponse> |
CloudFrontAsyncClient.getDistribution(GetDistributionRequest getDistributionRequest)
Get the information about a distribution.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetDistributionRequestMarshaller.marshall(GetDistributionRequest getDistributionRequest) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WaiterResponse<GetDistributionResponse>> |
CloudFrontAsyncWaiter.waitUntilDistributionDeployed(GetDistributionRequest getDistributionRequest)
Polls
CloudFrontAsyncClient.getDistribution(software.amazon.awssdk.services.cloudfront.model.GetDistributionRequest) API until the desired condition DistributionDeployed
is met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<GetDistributionResponse> |
CloudFrontWaiter.waitUntilDistributionDeployed(GetDistributionRequest getDistributionRequest)
Polls
CloudFrontClient.getDistribution(software.amazon.awssdk.services.cloudfront.model.GetDistributionRequest) API until the desired condition DistributionDeployed is
met, or until it is determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<GetDistributionResponse>> |
CloudFrontAsyncWaiter.waitUntilDistributionDeployed(GetDistributionRequest getDistributionRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
CloudFrontAsyncClient.getDistribution(software.amazon.awssdk.services.cloudfront.model.GetDistributionRequest) API until the desired condition DistributionDeployed
is met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<GetDistributionResponse> |
CloudFrontWaiter.waitUntilDistributionDeployed(GetDistributionRequest getDistributionRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
CloudFrontClient.getDistribution(software.amazon.awssdk.services.cloudfront.model.GetDistributionRequest) API until the desired condition DistributionDeployed is
met, or until it is determined that the resource will never enter into the desired state |
Copyright © 2023. All rights reserved.