| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront |
|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
default ListCloudFrontOriginAccessIdentitiesResponse |
CloudFrontClient.listCloudFrontOriginAccessIdentities(Consumer<ListCloudFrontOriginAccessIdentitiesRequest.Builder> listCloudFrontOriginAccessIdentitiesRequest)
Lists origin access identities.
|
default CompletableFuture<ListCloudFrontOriginAccessIdentitiesResponse> |
CloudFrontAsyncClient.listCloudFrontOriginAccessIdentities(Consumer<ListCloudFrontOriginAccessIdentitiesRequest.Builder> listCloudFrontOriginAccessIdentitiesRequest)
Lists origin access identities.
|
| Modifier and Type | Method and Description |
|---|---|
static ListCloudFrontOriginAccessIdentitiesRequest.Builder |
ListCloudFrontOriginAccessIdentitiesRequest.builder() |
ListCloudFrontOriginAccessIdentitiesRequest.Builder |
ListCloudFrontOriginAccessIdentitiesRequest.Builder.marker(String marker)
Use this when paginating results to indicate where to begin in your list of origin access identities.
|
ListCloudFrontOriginAccessIdentitiesRequest.Builder |
ListCloudFrontOriginAccessIdentitiesRequest.Builder.maxItems(String maxItems)
The maximum number of origin access identities you want in the response body.
|
ListCloudFrontOriginAccessIdentitiesRequest.Builder |
ListCloudFrontOriginAccessIdentitiesRequest.Builder.requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
ListCloudFrontOriginAccessIdentitiesRequest.Builder |
ListCloudFrontOriginAccessIdentitiesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCloudFrontOriginAccessIdentitiesRequest.Builder> |
ListCloudFrontOriginAccessIdentitiesRequest.serializableBuilderClass() |
Copyright © 2018. All rights reserved.