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

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

Methods in com.amazonaws.services.cloudfront that return ListCloudFrontOriginAccessIdentitiesResult
 ListCloudFrontOriginAccessIdentitiesResult AmazonCloudFrontClient.listCloudFrontOriginAccessIdentities(ListCloudFrontOriginAccessIdentitiesRequest listCloudFrontOriginAccessIdentitiesRequest)
           List origin access identities.
 ListCloudFrontOriginAccessIdentitiesResult AmazonCloudFront.listCloudFrontOriginAccessIdentities(ListCloudFrontOriginAccessIdentitiesRequest listCloudFrontOriginAccessIdentitiesRequest)
           List origin access identities.
 

Methods in com.amazonaws.services.cloudfront that return types with arguments of type ListCloudFrontOriginAccessIdentitiesResult
 Future<ListCloudFrontOriginAccessIdentitiesResult> AmazonCloudFrontAsyncClient.listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest listCloudFrontOriginAccessIdentitiesRequest)
           List origin access identities.
 Future<ListCloudFrontOriginAccessIdentitiesResult> AmazonCloudFrontAsync.listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest listCloudFrontOriginAccessIdentitiesRequest)
           List origin access identities.
 Future<ListCloudFrontOriginAccessIdentitiesResult> AmazonCloudFrontAsyncClient.listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest listCloudFrontOriginAccessIdentitiesRequest, AsyncHandler<ListCloudFrontOriginAccessIdentitiesRequest,ListCloudFrontOriginAccessIdentitiesResult> asyncHandler)
           List origin access identities.
 Future<ListCloudFrontOriginAccessIdentitiesResult> AmazonCloudFrontAsync.listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest listCloudFrontOriginAccessIdentitiesRequest, AsyncHandler<ListCloudFrontOriginAccessIdentitiesRequest,ListCloudFrontOriginAccessIdentitiesResult> asyncHandler)
           List origin access identities.
 

Method parameters in com.amazonaws.services.cloudfront with type arguments of type ListCloudFrontOriginAccessIdentitiesResult
 Future<ListCloudFrontOriginAccessIdentitiesResult> AmazonCloudFrontAsyncClient.listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest listCloudFrontOriginAccessIdentitiesRequest, AsyncHandler<ListCloudFrontOriginAccessIdentitiesRequest,ListCloudFrontOriginAccessIdentitiesResult> asyncHandler)
           List origin access identities.
 Future<ListCloudFrontOriginAccessIdentitiesResult> AmazonCloudFrontAsync.listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest listCloudFrontOriginAccessIdentitiesRequest, AsyncHandler<ListCloudFrontOriginAccessIdentitiesRequest,ListCloudFrontOriginAccessIdentitiesResult> asyncHandler)
           List origin access identities.
 

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

Methods in com.amazonaws.services.cloudfront.model that return ListCloudFrontOriginAccessIdentitiesResult
 ListCloudFrontOriginAccessIdentitiesResult ListCloudFrontOriginAccessIdentitiesResult.withCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
          The CloudFrontOriginAccessIdentityList type.
 



Copyright © 2016. All rights reserved.