| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdbelastic |
The new Amazon Elastic DocumentDB service endpoint.
|
| software.amazon.awssdk.services.docdbelastic.model |
| 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 CompletableFuture<ListClusterSnapshotsResponse> |
DocDbElasticAsyncClient.listClusterSnapshots(Consumer<ListClusterSnapshotsRequest.Builder> listClusterSnapshotsRequest)
Returns information about Elastic DocumentDB snapshots for a specified cluster.
|
default ListClusterSnapshotsIterable |
DocDbElasticClient.listClusterSnapshotsPaginator(Consumer<ListClusterSnapshotsRequest.Builder> listClusterSnapshotsRequest)
Returns information about Elastic DocumentDB snapshots for a specified cluster.
|
default ListClusterSnapshotsPublisher |
DocDbElasticAsyncClient.listClusterSnapshotsPaginator(Consumer<ListClusterSnapshotsRequest.Builder> listClusterSnapshotsRequest)
Returns information about Elastic DocumentDB snapshots for a specified cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static ListClusterSnapshotsRequest.Builder |
ListClusterSnapshotsRequest.builder() |
ListClusterSnapshotsRequest.Builder |
ListClusterSnapshotsRequest.Builder.clusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
|
ListClusterSnapshotsRequest.Builder |
ListClusterSnapshotsRequest.Builder.maxResults(Integer maxResults)
The maximum number of entries to recieve in the response.
|
ListClusterSnapshotsRequest.Builder |
ListClusterSnapshotsRequest.Builder.nextToken(String nextToken)
The nextToken which is used the get the next page of data.
|
ListClusterSnapshotsRequest.Builder |
ListClusterSnapshotsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListClusterSnapshotsRequest.Builder |
ListClusterSnapshotsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListClusterSnapshotsRequest.Builder |
ListClusterSnapshotsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListClusterSnapshotsRequest.Builder> |
ListClusterSnapshotsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.