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

Packages that use CreateCloudFrontOriginAccessIdentityResult
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 CreateCloudFrontOriginAccessIdentityResult in com.amazonaws.services.cloudfront
 

Methods in com.amazonaws.services.cloudfront that return CreateCloudFrontOriginAccessIdentityResult
 CreateCloudFrontOriginAccessIdentityResult AmazonCloudFrontClient.createCloudFrontOriginAccessIdentity(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest)
           Create a new origin access identity.
 CreateCloudFrontOriginAccessIdentityResult AmazonCloudFront.createCloudFrontOriginAccessIdentity(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest)
           Create a new origin access identity.
 

Methods in com.amazonaws.services.cloudfront that return types with arguments of type CreateCloudFrontOriginAccessIdentityResult
 Future<CreateCloudFrontOriginAccessIdentityResult> AmazonCloudFrontAsyncClient.createCloudFrontOriginAccessIdentityAsync(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest)
           Create a new origin access identity.
 Future<CreateCloudFrontOriginAccessIdentityResult> AmazonCloudFrontAsync.createCloudFrontOriginAccessIdentityAsync(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest)
           Create a new origin access identity.
 Future<CreateCloudFrontOriginAccessIdentityResult> AmazonCloudFrontAsyncClient.createCloudFrontOriginAccessIdentityAsync(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest, AsyncHandler<CreateCloudFrontOriginAccessIdentityRequest,CreateCloudFrontOriginAccessIdentityResult> asyncHandler)
           Create a new origin access identity.
 Future<CreateCloudFrontOriginAccessIdentityResult> AmazonCloudFrontAsync.createCloudFrontOriginAccessIdentityAsync(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest, AsyncHandler<CreateCloudFrontOriginAccessIdentityRequest,CreateCloudFrontOriginAccessIdentityResult> asyncHandler)
           Create a new origin access identity.
 

Method parameters in com.amazonaws.services.cloudfront with type arguments of type CreateCloudFrontOriginAccessIdentityResult
 Future<CreateCloudFrontOriginAccessIdentityResult> AmazonCloudFrontAsyncClient.createCloudFrontOriginAccessIdentityAsync(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest, AsyncHandler<CreateCloudFrontOriginAccessIdentityRequest,CreateCloudFrontOriginAccessIdentityResult> asyncHandler)
           Create a new origin access identity.
 Future<CreateCloudFrontOriginAccessIdentityResult> AmazonCloudFrontAsync.createCloudFrontOriginAccessIdentityAsync(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest, AsyncHandler<CreateCloudFrontOriginAccessIdentityRequest,CreateCloudFrontOriginAccessIdentityResult> asyncHandler)
           Create a new origin access identity.
 

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

Methods in com.amazonaws.services.cloudfront.model that return CreateCloudFrontOriginAccessIdentityResult
 CreateCloudFrontOriginAccessIdentityResult CreateCloudFrontOriginAccessIdentityResult.withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
          The origin access identity's information.
 CreateCloudFrontOriginAccessIdentityResult CreateCloudFrontOriginAccessIdentityResult.withETag(String eTag)
          The current version of the origin access identity created.
 CreateCloudFrontOriginAccessIdentityResult CreateCloudFrontOriginAccessIdentityResult.withLocation(String location)
          The fully qualified URI of the new origin access identity just created.
 



Copyright © 2016. All rights reserved.