| Package | Description |
|---|---|
| com.amazonaws.services.docdbelastic |
The new Amazon Elastic DocumentDB service endpoint.
|
| com.amazonaws.services.docdbelastic.model |
| 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 Elastic DocumentDB snapshots for a specified cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ListClusterSnapshotsRequest |
ListClusterSnapshotsRequest.clone() |
ListClusterSnapshotsRequest |
ListClusterSnapshotsRequest.withClusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
|
ListClusterSnapshotsRequest |
ListClusterSnapshotsRequest.withMaxResults(Integer maxResults)
The maximum number of entries to recieve in the response.
|
ListClusterSnapshotsRequest |
ListClusterSnapshotsRequest.withNextToken(String nextToken)
The nextToken which is used the get the next page of data.
|
Copyright © 2024. All rights reserved.