| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
static ListClusterSnapshotsResponse.Builder |
ListClusterSnapshotsResponse.builder() |
ListClusterSnapshotsResponse.Builder |
ListClusterSnapshotsResponse.Builder.nextToken(String nextToken)
The response will provide a nextToken if there is more data beyond the maxResults.
|
ListClusterSnapshotsResponse.Builder |
ListClusterSnapshotsResponse.Builder.snapshots(ClusterSnapshotInList... snapshots)
A list of Elastic DocumentDB snapshots for a specified cluster.
|
ListClusterSnapshotsResponse.Builder |
ListClusterSnapshotsResponse.Builder.snapshots(Collection<ClusterSnapshotInList> snapshots)
A list of Elastic DocumentDB snapshots for a specified cluster.
|
ListClusterSnapshotsResponse.Builder |
ListClusterSnapshotsResponse.Builder.snapshots(Consumer<ClusterSnapshotInList.Builder>... snapshots)
A list of Elastic DocumentDB snapshots for a specified cluster.
|
ListClusterSnapshotsResponse.Builder |
ListClusterSnapshotsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListClusterSnapshotsResponse.Builder> |
ListClusterSnapshotsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.