| 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 CreateDbClusterResponse |
DocDbClient.createDBCluster(Consumer<CreateDbClusterRequest.Builder> createDbClusterRequest)
Creates a new Amazon DocumentDB cluster.
|
default CreateDbClusterResponse |
DocDbClient.createDBCluster(CreateDbClusterRequest createDbClusterRequest)
Creates a new Amazon DocumentDB cluster.
|
default CreateDbInstanceResponse |
DocDbClient.createDBInstance(Consumer<CreateDbInstanceRequest.Builder> createDbInstanceRequest)
Creates a new instance.
|
default CreateDbInstanceResponse |
DocDbClient.createDBInstance(CreateDbInstanceRequest createDbInstanceRequest)
Creates a new instance.
|
default RestoreDbClusterFromSnapshotResponse |
DocDbClient.restoreDBClusterFromSnapshot(Consumer<RestoreDbClusterFromSnapshotRequest.Builder> restoreDbClusterFromSnapshotRequest)
Creates a new cluster from a snapshot or cluster snapshot.
|
default RestoreDbClusterFromSnapshotResponse |
DocDbClient.restoreDBClusterFromSnapshot(RestoreDbClusterFromSnapshotRequest restoreDbClusterFromSnapshotRequest)
Creates a new cluster from a snapshot or cluster snapshot.
|
default RestoreDbClusterToPointInTimeResponse |
DocDbClient.restoreDBClusterToPointInTime(Consumer<RestoreDbClusterToPointInTimeRequest.Builder> restoreDbClusterToPointInTimeRequest)
Restores a cluster to an arbitrary point in time.
|
default RestoreDbClusterToPointInTimeResponse |
DocDbClient.restoreDBClusterToPointInTime(RestoreDbClusterToPointInTimeRequest restoreDbClusterToPointInTimeRequest)
Restores a cluster to an arbitrary point in time.
|
Copyright © 2023. All rights reserved.