| Package | Description |
|---|---|
| com.amazonaws.services.docdbelastic |
|
| com.amazonaws.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
ListClusterSnapshotsResult |
AbstractAmazonDocDBElastic.listClusterSnapshots(ListClusterSnapshotsRequest request) |
ListClusterSnapshotsResult |
AmazonDocDBElasticClient.listClusterSnapshots(ListClusterSnapshotsRequest request)
Returns information about snapshots for a specified elastic cluster.
|
ListClusterSnapshotsResult |
AmazonDocDBElastic.listClusterSnapshots(ListClusterSnapshotsRequest listClusterSnapshotsRequest)
Returns information about snapshots for a specified elastic cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListClusterSnapshotsResult> |
AbstractAmazonDocDBElasticAsync.listClusterSnapshotsAsync(ListClusterSnapshotsRequest request,
AsyncHandler<ListClusterSnapshotsRequest,ListClusterSnapshotsResult> asyncHandler) |
Future<ListClusterSnapshotsResult> |
AmazonDocDBElasticAsyncClient.listClusterSnapshotsAsync(ListClusterSnapshotsRequest request,
AsyncHandler<ListClusterSnapshotsRequest,ListClusterSnapshotsResult> asyncHandler) |
Future<ListClusterSnapshotsResult> |
AmazonDocDBElasticAsync.listClusterSnapshotsAsync(ListClusterSnapshotsRequest listClusterSnapshotsRequest,
AsyncHandler<ListClusterSnapshotsRequest,ListClusterSnapshotsResult> asyncHandler)
Returns information about snapshots for a specified elastic cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ListClusterSnapshotsResult |
ListClusterSnapshotsResult.clone() |
ListClusterSnapshotsResult |
ListClusterSnapshotsResult.withNextToken(String nextToken)
A pagination token provided by a previous request.
|
ListClusterSnapshotsResult |
ListClusterSnapshotsResult.withSnapshots(ClusterSnapshotInList... snapshots)
A list of snapshots for a specified elastic cluster.
|
ListClusterSnapshotsResult |
ListClusterSnapshotsResult.withSnapshots(Collection<ClusterSnapshotInList> snapshots)
A list of snapshots for a specified elastic cluster.
|
Copyright © 2024. All rights reserved.