| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdbelastic |
The new Amazon Elastic DocumentDB service endpoint.
|
| software.amazon.awssdk.services.docdbelastic.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListClusterSnapshotsResponse |
DocDbElasticClient.listClusterSnapshots(Consumer<ListClusterSnapshotsRequest.Builder> listClusterSnapshotsRequest)
Returns information about Elastic DocumentDB snapshots for a specified cluster.
|
default ListClusterSnapshotsResponse |
DocDbElasticClient.listClusterSnapshots(ListClusterSnapshotsRequest listClusterSnapshotsRequest)
Returns information about Elastic DocumentDB snapshots for a specified cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListClusterSnapshotsResponse> |
DocDbElasticAsyncClient.listClusterSnapshots(Consumer<ListClusterSnapshotsRequest.Builder> listClusterSnapshotsRequest)
Returns information about Elastic DocumentDB snapshots for a specified cluster.
|
default CompletableFuture<ListClusterSnapshotsResponse> |
DocDbElasticAsyncClient.listClusterSnapshots(ListClusterSnapshotsRequest listClusterSnapshotsRequest)
Returns information about Elastic DocumentDB snapshots for a specified cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListClusterSnapshotsResponse> |
ListClusterSnapshotsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListClusterSnapshotsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListClusterSnapshotsResponse> subscriber) |
Copyright © 2023. All rights reserved.