| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdbelastic.model | |
| software.amazon.awssdk.services.docdbelastic.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterSnapshotInList> |
ListClusterSnapshotsResponse.snapshots()
A list of Elastic DocumentDB snapshots for a specified cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ListClusterSnapshotsResponse.Builder |
ListClusterSnapshotsResponse.Builder.snapshots(ClusterSnapshotInList... snapshots)
A list of Elastic DocumentDB snapshots for a specified cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ListClusterSnapshotsResponse.Builder |
ListClusterSnapshotsResponse.Builder.snapshots(Collection<ClusterSnapshotInList> snapshots)
A list of Elastic DocumentDB snapshots for a specified cluster.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ClusterSnapshotInList> |
ListClusterSnapshotsPublisher.snapshots()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ClusterSnapshotInList> |
ListClusterSnapshotsIterable.snapshots()
Returns an iterable to iterate through the paginated
ListClusterSnapshotsResponse.snapshots() member. |
Copyright © 2023. All rights reserved.