Uses of Class
com.amazonaws.services.cloudfront.model.GetDistributionResult

Packages that use GetDistributionResult
com.amazonaws.services.cloudfront Synchronous and asynchronous client classes for accessing AmazonCloudFront. 
com.amazonaws.services.cloudfront.model Classes modeling the various types represented by AmazonCloudFront. 
 

Uses of GetDistributionResult in com.amazonaws.services.cloudfront
 

Methods in com.amazonaws.services.cloudfront that return GetDistributionResult
 GetDistributionResult AmazonCloudFrontClient.getDistribution(GetDistributionRequest getDistributionRequest)
           Get the information about a distribution.
 GetDistributionResult AmazonCloudFront.getDistribution(GetDistributionRequest getDistributionRequest)
           Get the information about a distribution.
 

Methods in com.amazonaws.services.cloudfront that return types with arguments of type GetDistributionResult
 Future<GetDistributionResult> AmazonCloudFrontAsyncClient.getDistributionAsync(GetDistributionRequest getDistributionRequest)
           Get the information about a distribution.
 Future<GetDistributionResult> AmazonCloudFrontAsync.getDistributionAsync(GetDistributionRequest getDistributionRequest)
           Get the information about a distribution.
 Future<GetDistributionResult> AmazonCloudFrontAsyncClient.getDistributionAsync(GetDistributionRequest getDistributionRequest, AsyncHandler<GetDistributionRequest,GetDistributionResult> asyncHandler)
           Get the information about a distribution.
 Future<GetDistributionResult> AmazonCloudFrontAsync.getDistributionAsync(GetDistributionRequest getDistributionRequest, AsyncHandler<GetDistributionRequest,GetDistributionResult> asyncHandler)
           Get the information about a distribution.
 

Method parameters in com.amazonaws.services.cloudfront with type arguments of type GetDistributionResult
 Future<GetDistributionResult> AmazonCloudFrontAsyncClient.getDistributionAsync(GetDistributionRequest getDistributionRequest, AsyncHandler<GetDistributionRequest,GetDistributionResult> asyncHandler)
           Get the information about a distribution.
 Future<GetDistributionResult> AmazonCloudFrontAsync.getDistributionAsync(GetDistributionRequest getDistributionRequest, AsyncHandler<GetDistributionRequest,GetDistributionResult> asyncHandler)
           Get the information about a distribution.
 

Uses of GetDistributionResult in com.amazonaws.services.cloudfront.model
 

Methods in com.amazonaws.services.cloudfront.model that return GetDistributionResult
 GetDistributionResult GetDistributionResult.withDistribution(Distribution distribution)
          The distribution's information.
 GetDistributionResult GetDistributionResult.withETag(String eTag)
          The current version of the distribution's information.
 



Copyright © 2016. All rights reserved.