Uses of Class
com.amazonaws.services.cloudfront.model.GetDistributionResult
-
Packages that use GetDistributionResult Package Description com.amazonaws.services.cloudfront com.amazonaws.services.cloudfront.model -
-
Uses of GetDistributionResult in com.amazonaws.services.cloudfront
Methods in com.amazonaws.services.cloudfront that return GetDistributionResult Modifier and Type Method Description GetDistributionResult
AbstractAmazonCloudFront. getDistribution(GetDistributionRequest request)
GetDistributionResult
AmazonCloudFront. getDistribution(GetDistributionRequest getDistributionRequest)
Get the information about a distribution.GetDistributionResult
AmazonCloudFrontClient. getDistribution(GetDistributionRequest getDistributionRequest)
Get the information about a distribution.Method parameters in com.amazonaws.services.cloudfront with type arguments of type GetDistributionResult Modifier and Type Method 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)
-
Uses of GetDistributionResult in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return GetDistributionResult Modifier and Type Method Description GetDistributionResult
GetDistributionResult. clone()
GetDistributionResult
GetDistributionResult. withDistribution(Distribution distribution)
The distribution's information.GetDistributionResult
GetDistributionResult. withETag(String eTag)
The current version of the distribution's information.
-