Uses of Class
software.amazon.awssdk.services.docdbelastic.model.ClusterSnapshot
-
Packages that use ClusterSnapshot Package Description software.amazon.awssdk.services.docdbelastic.model -
-
Uses of ClusterSnapshot in software.amazon.awssdk.services.docdbelastic.model
Methods in software.amazon.awssdk.services.docdbelastic.model that return ClusterSnapshot Modifier and Type Method Description ClusterSnapshotCopyClusterSnapshotResponse. snapshot()Returns the value of the Snapshot property for this object.ClusterSnapshotCreateClusterSnapshotResponse. snapshot()Returns information about the new elastic cluster snapshot.ClusterSnapshotDeleteClusterSnapshotResponse. snapshot()Returns information about the newly deleted elastic cluster snapshot.ClusterSnapshotGetClusterSnapshotResponse. snapshot()Returns information about a specific elastic cluster snapshot.Methods in software.amazon.awssdk.services.docdbelastic.model with parameters of type ClusterSnapshot Modifier and Type Method Description CopyClusterSnapshotResponse.BuilderCopyClusterSnapshotResponse.Builder. snapshot(ClusterSnapshot snapshot)Sets the value of the Snapshot property for this object.CreateClusterSnapshotResponse.BuilderCreateClusterSnapshotResponse.Builder. snapshot(ClusterSnapshot snapshot)Returns information about the new elastic cluster snapshot.DeleteClusterSnapshotResponse.BuilderDeleteClusterSnapshotResponse.Builder. snapshot(ClusterSnapshot snapshot)Returns information about the newly deleted elastic cluster snapshot.GetClusterSnapshotResponse.BuilderGetClusterSnapshotResponse.Builder. snapshot(ClusterSnapshot snapshot)Returns information about a specific elastic cluster snapshot.
-