Package | Description |
---|---|
com.amazonaws.services.cloudfront |
|
com.amazonaws.services.cloudfront.model | |
com.amazonaws.services.cloudfront.waiters |
Modifier and Type | Method and Description |
---|---|
Future<GetDistributionResult> |
AbstractAmazonCloudFrontAsync.getDistributionAsync(GetDistributionRequest request,
AsyncHandler<GetDistributionRequest,GetDistributionResult> asyncHandler) |
Future<GetDistributionResult> |
AmazonCloudFrontAsync.getDistributionAsync(GetDistributionRequest getDistributionRequest,
AsyncHandler<GetDistributionRequest,GetDistributionResult> asyncHandler)
Get the information about a distribution.
|
Future<GetDistributionResult> |
AmazonCloudFrontAsyncClient.getDistributionAsync(GetDistributionRequest request,
AsyncHandler<GetDistributionRequest,GetDistributionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetDistributionRequest |
GetDistributionRequest.clone() |
GetDistributionRequest |
GetDistributionRequest.withId(String id)
The distribution's ID.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetDistributionRequest> |
AmazonCloudFrontWaiters.distributionDeployed()
Builds a DistributionDeployed waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Modifier and Type | Method and Description |
---|---|
GetDistributionResult |
GetDistributionFunction.apply(GetDistributionRequest getDistributionRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2019. All rights reserved.