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 ClusterSnapshotCreateClusterSnapshotResponse. snapshot()Returns information about the new Elastic DocumentDB snapshot.ClusterSnapshotDeleteClusterSnapshotResponse. snapshot()Returns information about the newly deleted Elastic DocumentDB snapshot.ClusterSnapshotGetClusterSnapshotResponse. snapshot()Returns information about a specific Elastic DocumentDB snapshot.Methods in software.amazon.awssdk.services.docdbelastic.model with parameters of type ClusterSnapshot Modifier and Type Method Description CreateClusterSnapshotResponse.BuilderCreateClusterSnapshotResponse.Builder. snapshot(ClusterSnapshot snapshot)Returns information about the new Elastic DocumentDB snapshot.DeleteClusterSnapshotResponse.BuilderDeleteClusterSnapshotResponse.Builder. snapshot(ClusterSnapshot snapshot)Returns information about the newly deleted Elastic DocumentDB snapshot.GetClusterSnapshotResponse.BuilderGetClusterSnapshotResponse.Builder. snapshot(ClusterSnapshot snapshot)Returns information about a specific Elastic DocumentDB snapshot.
-