| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb |
Amazon DocumentDB is a fast, reliable, and fully managed database service.
|
| Modifier and Type | Method and Description |
|---|---|
default CopyDbClusterSnapshotResponse |
DocDbClient.copyDBClusterSnapshot(Consumer<CopyDbClusterSnapshotRequest.Builder> copyDbClusterSnapshotRequest)
Copies a snapshot of a cluster.
|
default CopyDbClusterSnapshotResponse |
DocDbClient.copyDBClusterSnapshot(CopyDbClusterSnapshotRequest copyDbClusterSnapshotRequest)
Copies a snapshot of a cluster.
|
default CreateDbClusterSnapshotResponse |
DocDbClient.createDBClusterSnapshot(Consumer<CreateDbClusterSnapshotRequest.Builder> createDbClusterSnapshotRequest)
Creates a snapshot of a cluster.
|
default CreateDbClusterSnapshotResponse |
DocDbClient.createDBClusterSnapshot(CreateDbClusterSnapshotRequest createDbClusterSnapshotRequest)
Creates a snapshot of a cluster.
|
default DeleteDbClusterResponse |
DocDbClient.deleteDBCluster(Consumer<DeleteDbClusterRequest.Builder> deleteDbClusterRequest)
Deletes a previously provisioned cluster.
|
default DeleteDbClusterResponse |
DocDbClient.deleteDBCluster(DeleteDbClusterRequest deleteDbClusterRequest)
Deletes a previously provisioned cluster.
|
default DeleteDbInstanceResponse |
DocDbClient.deleteDBInstance(Consumer<DeleteDbInstanceRequest.Builder> deleteDbInstanceRequest)
Deletes a previously provisioned instance.
|
default DeleteDbInstanceResponse |
DocDbClient.deleteDBInstance(DeleteDbInstanceRequest deleteDbInstanceRequest)
Deletes a previously provisioned instance.
|
Copyright © 2023. All rights reserved.