| Package | Description |
|---|---|
| com.amazonaws.services.docdbelastic |
The new Amazon Elastic DocumentDB service endpoint.
|
| com.amazonaws.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
ListClusterSnapshotsResult |
AmazonDocDBElasticClient.listClusterSnapshots(ListClusterSnapshotsRequest request)
Returns information about Elastic DocumentDB snapshots for a specified cluster.
|
ListClusterSnapshotsResult |
AbstractAmazonDocDBElastic.listClusterSnapshots(ListClusterSnapshotsRequest request) |
ListClusterSnapshotsResult |
AmazonDocDBElastic.listClusterSnapshots(ListClusterSnapshotsRequest listClusterSnapshotsRequest)
Returns information about Elastic DocumentDB snapshots for a specified cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListClusterSnapshotsResult> |
AmazonDocDBElasticAsyncClient.listClusterSnapshotsAsync(ListClusterSnapshotsRequest request,
AsyncHandler<ListClusterSnapshotsRequest,ListClusterSnapshotsResult> asyncHandler) |
Future<ListClusterSnapshotsResult> |
AmazonDocDBElasticAsync.listClusterSnapshotsAsync(ListClusterSnapshotsRequest listClusterSnapshotsRequest,
AsyncHandler<ListClusterSnapshotsRequest,ListClusterSnapshotsResult> asyncHandler)
Returns information about Elastic DocumentDB snapshots for a specified cluster.
|
Future<ListClusterSnapshotsResult> |
AbstractAmazonDocDBElasticAsync.listClusterSnapshotsAsync(ListClusterSnapshotsRequest request,
AsyncHandler<ListClusterSnapshotsRequest,ListClusterSnapshotsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListClusterSnapshotsResult |
ListClusterSnapshotsResult.clone() |
ListClusterSnapshotsResult |
ListClusterSnapshotsResult.withNextToken(String nextToken)
The response will provide a nextToken if there is more data beyond the maxResults.
|
ListClusterSnapshotsResult |
ListClusterSnapshotsResult.withSnapshots(ClusterSnapshotInList... snapshots)
A list of Elastic DocumentDB snapshots for a specified cluster.
|
ListClusterSnapshotsResult |
ListClusterSnapshotsResult.withSnapshots(Collection<ClusterSnapshotInList> snapshots)
A list of Elastic DocumentDB snapshots for a specified cluster.
|
Copyright © 2023. All rights reserved.