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

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

Methods in com.amazonaws.services.cloudfront with parameters of type GetCloudFrontOriginAccessIdentityRequest
 GetCloudFrontOriginAccessIdentityResult AmazonCloudFrontClient.getCloudFrontOriginAccessIdentity(GetCloudFrontOriginAccessIdentityRequest getCloudFrontOriginAccessIdentityRequest)
           Get the information about an origin access identity.
 GetCloudFrontOriginAccessIdentityResult AmazonCloudFront.getCloudFrontOriginAccessIdentity(GetCloudFrontOriginAccessIdentityRequest getCloudFrontOriginAccessIdentityRequest)
           Get the information about an origin access identity.
 Future<GetCloudFrontOriginAccessIdentityResult> AmazonCloudFrontAsyncClient.getCloudFrontOriginAccessIdentityAsync(GetCloudFrontOriginAccessIdentityRequest getCloudFrontOriginAccessIdentityRequest)
           Get the information about an origin access identity.
 Future<GetCloudFrontOriginAccessIdentityResult> AmazonCloudFrontAsync.getCloudFrontOriginAccessIdentityAsync(GetCloudFrontOriginAccessIdentityRequest getCloudFrontOriginAccessIdentityRequest)
           Get the information about an origin access identity.
 Future<GetCloudFrontOriginAccessIdentityResult> AmazonCloudFrontAsyncClient.getCloudFrontOriginAccessIdentityAsync(GetCloudFrontOriginAccessIdentityRequest getCloudFrontOriginAccessIdentityRequest, AsyncHandler<GetCloudFrontOriginAccessIdentityRequest,GetCloudFrontOriginAccessIdentityResult> asyncHandler)
           Get the information about an origin access identity.
 Future<GetCloudFrontOriginAccessIdentityResult> AmazonCloudFrontAsync.getCloudFrontOriginAccessIdentityAsync(GetCloudFrontOriginAccessIdentityRequest getCloudFrontOriginAccessIdentityRequest, AsyncHandler<GetCloudFrontOriginAccessIdentityRequest,GetCloudFrontOriginAccessIdentityResult> asyncHandler)
           Get the information about an origin access identity.
 

Method parameters in com.amazonaws.services.cloudfront with type arguments of type GetCloudFrontOriginAccessIdentityRequest
 Future<GetCloudFrontOriginAccessIdentityResult> AmazonCloudFrontAsyncClient.getCloudFrontOriginAccessIdentityAsync(GetCloudFrontOriginAccessIdentityRequest getCloudFrontOriginAccessIdentityRequest, AsyncHandler<GetCloudFrontOriginAccessIdentityRequest,GetCloudFrontOriginAccessIdentityResult> asyncHandler)
           Get the information about an origin access identity.
 Future<GetCloudFrontOriginAccessIdentityResult> AmazonCloudFrontAsync.getCloudFrontOriginAccessIdentityAsync(GetCloudFrontOriginAccessIdentityRequest getCloudFrontOriginAccessIdentityRequest, AsyncHandler<GetCloudFrontOriginAccessIdentityRequest,GetCloudFrontOriginAccessIdentityResult> asyncHandler)
           Get the information about an origin access identity.
 

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

Methods in com.amazonaws.services.cloudfront.model that return GetCloudFrontOriginAccessIdentityRequest
 GetCloudFrontOriginAccessIdentityRequest GetCloudFrontOriginAccessIdentityRequest.withId(String id)
          The identity's id.
 



Copyright © 2016. All rights reserved.