Uses of Class
software.amazon.awssdk.services.docdb.model.DbClusterSnapshotAlreadyExistsException
-
Packages that use DbClusterSnapshotAlreadyExistsException Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service. -
-
Uses of DbClusterSnapshotAlreadyExistsException in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb that throw DbClusterSnapshotAlreadyExistsException Modifier and Type Method Description default CopyDbClusterSnapshotResponseDocDbClient. copyDBClusterSnapshot(Consumer<CopyDbClusterSnapshotRequest.Builder> copyDbClusterSnapshotRequest)Copies a snapshot of a cluster.default CopyDbClusterSnapshotResponseDocDbClient. copyDBClusterSnapshot(CopyDbClusterSnapshotRequest copyDbClusterSnapshotRequest)Copies a snapshot of a cluster.default CreateDbClusterSnapshotResponseDocDbClient. createDBClusterSnapshot(Consumer<CreateDbClusterSnapshotRequest.Builder> createDbClusterSnapshotRequest)Creates a snapshot of a cluster.default CreateDbClusterSnapshotResponseDocDbClient. createDBClusterSnapshot(CreateDbClusterSnapshotRequest createDbClusterSnapshotRequest)Creates a snapshot of a cluster.default DeleteDbClusterResponseDocDbClient. deleteDBCluster(Consumer<DeleteDbClusterRequest.Builder> deleteDbClusterRequest)Deletes a previously provisioned cluster.default DeleteDbClusterResponseDocDbClient. deleteDBCluster(DeleteDbClusterRequest deleteDbClusterRequest)Deletes a previously provisioned cluster.
-