Uses of Class
com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesRequest
Packages that use ListCloudFrontOriginAccessIdentitiesRequest
-
Uses of ListCloudFrontOriginAccessIdentitiesRequest in com.amazonaws.services.cloudfront
Methods in com.amazonaws.services.cloudfront with parameters of type ListCloudFrontOriginAccessIdentitiesRequestModifier and TypeMethodDescriptionAbstractAmazonCloudFront.listCloudFrontOriginAccessIdentities(ListCloudFrontOriginAccessIdentitiesRequest request) AmazonCloudFront.listCloudFrontOriginAccessIdentities(ListCloudFrontOriginAccessIdentitiesRequest listCloudFrontOriginAccessIdentitiesRequest) List origin access identities.AmazonCloudFrontClient.listCloudFrontOriginAccessIdentities(ListCloudFrontOriginAccessIdentitiesRequest listCloudFrontOriginAccessIdentitiesRequest) List origin access identities.AbstractAmazonCloudFrontAsync.listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest request) AbstractAmazonCloudFrontAsync.listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest request, AsyncHandler<ListCloudFrontOriginAccessIdentitiesRequest, ListCloudFrontOriginAccessIdentitiesResult> asyncHandler) AmazonCloudFrontAsync.listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest listCloudFrontOriginAccessIdentitiesRequest) List origin access identities.AmazonCloudFrontAsync.listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest listCloudFrontOriginAccessIdentitiesRequest, AsyncHandler<ListCloudFrontOriginAccessIdentitiesRequest, ListCloudFrontOriginAccessIdentitiesResult> asyncHandler) List origin access identities.AmazonCloudFrontAsyncClient.listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest request) AmazonCloudFrontAsyncClient.listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest request, AsyncHandler<ListCloudFrontOriginAccessIdentitiesRequest, ListCloudFrontOriginAccessIdentitiesResult> asyncHandler) Method parameters in com.amazonaws.services.cloudfront with type arguments of type ListCloudFrontOriginAccessIdentitiesRequestModifier and TypeMethodDescriptionAbstractAmazonCloudFrontAsync.listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest request, AsyncHandler<ListCloudFrontOriginAccessIdentitiesRequest, ListCloudFrontOriginAccessIdentitiesResult> asyncHandler) AmazonCloudFrontAsync.listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest listCloudFrontOriginAccessIdentitiesRequest, AsyncHandler<ListCloudFrontOriginAccessIdentitiesRequest, ListCloudFrontOriginAccessIdentitiesResult> asyncHandler) List origin access identities.AmazonCloudFrontAsyncClient.listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest request, AsyncHandler<ListCloudFrontOriginAccessIdentitiesRequest, ListCloudFrontOriginAccessIdentitiesResult> asyncHandler) -
Uses of ListCloudFrontOriginAccessIdentitiesRequest in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return ListCloudFrontOriginAccessIdentitiesRequestModifier and TypeMethodDescriptionListCloudFrontOriginAccessIdentitiesRequest.clone()ListCloudFrontOriginAccessIdentitiesRequest.withMarker(String marker) Use this when paginating results to indicate where to begin in your list of origin access identities.ListCloudFrontOriginAccessIdentitiesRequest.withMaxItems(String maxItems) The maximum number of origin access identities you want in the response body.