Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.