| Package | Description |
|---|---|
| com.amazonaws.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterSnapshotInList |
ClusterSnapshotInList.clone() |
ClusterSnapshotInList |
ClusterSnapshotInList.withClusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
|
ClusterSnapshotInList |
ClusterSnapshotInList.withSnapshotArn(String snapshotArn)
The arn of the Elastic DocumentDB snapshot
|
ClusterSnapshotInList |
ClusterSnapshotInList.withSnapshotCreationTime(String snapshotCreationTime)
The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).
|
ClusterSnapshotInList |
ClusterSnapshotInList.withSnapshotName(String snapshotName)
The name of the Elastic DocumentDB snapshot.
|
ClusterSnapshotInList |
ClusterSnapshotInList.withStatus(Status status)
The status of the Elastic DocumentDB snapshot.
|
ClusterSnapshotInList |
ClusterSnapshotInList.withStatus(String status)
The status of the Elastic DocumentDB snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClusterSnapshotInList> |
ListClusterSnapshotsResult.getSnapshots()
A list of Elastic DocumentDB snapshots for a specified cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ListClusterSnapshotsResult |
ListClusterSnapshotsResult.withSnapshots(ClusterSnapshotInList... snapshots)
A list of Elastic DocumentDB snapshots for a specified cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListClusterSnapshotsResult.setSnapshots(Collection<ClusterSnapshotInList> snapshots)
A list of Elastic DocumentDB snapshots for a specified cluster.
|
ListClusterSnapshotsResult |
ListClusterSnapshotsResult.withSnapshots(Collection<ClusterSnapshotInList> snapshots)
A list of Elastic DocumentDB snapshots for a specified cluster.
|
Copyright © 2022. All rights reserved.