| Package | Description |
|---|---|
| com.amazonaws.services.docdbelastic |
|
| com.amazonaws.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListClusterSnapshotsResult> |
AmazonDocDBElasticAsyncClient.listClusterSnapshotsAsync(ListClusterSnapshotsRequest request,
AsyncHandler<ListClusterSnapshotsRequest,ListClusterSnapshotsResult> asyncHandler) |
Future<ListClusterSnapshotsResult> |
AbstractAmazonDocDBElasticAsync.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 |
|---|---|
ListClusterSnapshotsRequest |
ListClusterSnapshotsRequest.clone() |
ListClusterSnapshotsRequest |
ListClusterSnapshotsRequest.withClusterArn(String clusterArn)
The ARN identifier of the elastic cluster.
|
ListClusterSnapshotsRequest |
ListClusterSnapshotsRequest.withMaxResults(Integer maxResults)
The maximum number of elastic cluster snapshot results to receive in the response.
|
ListClusterSnapshotsRequest |
ListClusterSnapshotsRequest.withNextToken(String nextToken)
A pagination token provided by a previous request.
|
ListClusterSnapshotsRequest |
ListClusterSnapshotsRequest.withSnapshotType(String snapshotType)
The type of cluster snapshots to be returned.
|
Copyright © 2024. All rights reserved.