| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront |
|
| software.amazon.awssdk.services.cloudfront.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListCloudFrontOriginAccessIdentitiesResponse |
CloudFrontClient.listCloudFrontOriginAccessIdentities()
Lists origin access identities.
|
default ListCloudFrontOriginAccessIdentitiesResponse |
CloudFrontClient.listCloudFrontOriginAccessIdentities(Consumer<ListCloudFrontOriginAccessIdentitiesRequest.Builder> listCloudFrontOriginAccessIdentitiesRequest)
Lists origin access identities.
|
default ListCloudFrontOriginAccessIdentitiesResponse |
CloudFrontClient.listCloudFrontOriginAccessIdentities(ListCloudFrontOriginAccessIdentitiesRequest listCloudFrontOriginAccessIdentitiesRequest)
Lists origin access identities.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCloudFrontOriginAccessIdentitiesResponse> |
CloudFrontAsyncClient.listCloudFrontOriginAccessIdentities()
Lists origin access identities.
|
default CompletableFuture<ListCloudFrontOriginAccessIdentitiesResponse> |
CloudFrontAsyncClient.listCloudFrontOriginAccessIdentities(Consumer<ListCloudFrontOriginAccessIdentitiesRequest.Builder> listCloudFrontOriginAccessIdentitiesRequest)
Lists origin access identities.
|
default CompletableFuture<ListCloudFrontOriginAccessIdentitiesResponse> |
CloudFrontAsyncClient.listCloudFrontOriginAccessIdentities(ListCloudFrontOriginAccessIdentitiesRequest listCloudFrontOriginAccessIdentitiesRequest)
Lists origin access identities.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCloudFrontOriginAccessIdentitiesResponse> |
ListCloudFrontOriginAccessIdentitiesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCloudFrontOriginAccessIdentitiesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCloudFrontOriginAccessIdentitiesResponse> subscriber) |
Copyright © 2021. All rights reserved.