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

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

Methods in com.amazonaws.services.cloudfront with parameters of type ListCloudFrontOriginAccessIdentitiesRequest
 ListCloudFrontOriginAccessIdentitiesResult AmazonCloudFrontClient.listCloudFrontOriginAccessIdentities(ListCloudFrontOriginAccessIdentitiesRequest listCloudFrontOriginAccessIdentitiesRequest)
           List origin access identities.
 ListCloudFrontOriginAccessIdentitiesResult AmazonCloudFront.listCloudFrontOriginAccessIdentities(ListCloudFrontOriginAccessIdentitiesRequest listCloudFrontOriginAccessIdentitiesRequest)
           List origin access identities.
 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 ListCloudFrontOriginAccessIdentitiesRequest
 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 ListCloudFrontOriginAccessIdentitiesRequest in com.amazonaws.services.cloudfront.model
 

Methods in com.amazonaws.services.cloudfront.model that return ListCloudFrontOriginAccessIdentitiesRequest
 ListCloudFrontOriginAccessIdentitiesRequest ListCloudFrontOriginAccessIdentitiesRequest.withMarker(String marker)
          Use this when paginating results to indicate where to begin in your list of origin access identities.
 ListCloudFrontOriginAccessIdentitiesRequest ListCloudFrontOriginAccessIdentitiesRequest.withMaxItems(String maxItems)
          The maximum number of origin access identities you want in the response body.
 



Copyright © 2016. All rights reserved.