| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb |
Amazon DocumentDB API documentation
|
| 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 DeleteDbClusterSnapshotResponse |
DocDbClient.deleteDBClusterSnapshot(Consumer<DeleteDbClusterSnapshotRequest.Builder> deleteDbClusterSnapshotRequest)
Deletes a cluster snapshot.
|
default DeleteDbClusterSnapshotResponse |
DocDbClient.deleteDBClusterSnapshot(DeleteDbClusterSnapshotRequest deleteDbClusterSnapshotRequest)
Deletes a cluster snapshot.
|
default DescribeDbClusterSnapshotAttributesResponse |
DocDbClient.describeDBClusterSnapshotAttributes(Consumer<DescribeDbClusterSnapshotAttributesRequest.Builder> describeDbClusterSnapshotAttributesRequest)
Returns a list of cluster snapshot attribute names and values for a manual DB cluster snapshot.
|
default DescribeDbClusterSnapshotAttributesResponse |
DocDbClient.describeDBClusterSnapshotAttributes(DescribeDbClusterSnapshotAttributesRequest describeDbClusterSnapshotAttributesRequest)
Returns a list of cluster snapshot attribute names and values for a manual DB cluster snapshot.
|
default DescribeDbClusterSnapshotsResponse |
DocDbClient.describeDBClusterSnapshots()
Returns information about cluster snapshots.
|
default DescribeDbClusterSnapshotsResponse |
DocDbClient.describeDBClusterSnapshots(Consumer<DescribeDbClusterSnapshotsRequest.Builder> describeDbClusterSnapshotsRequest)
Returns information about cluster snapshots.
|
default DescribeDbClusterSnapshotsResponse |
DocDbClient.describeDBClusterSnapshots(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)
Returns information about cluster snapshots.
|
default DescribeDBClusterSnapshotsIterable |
DocDbClient.describeDBClusterSnapshotsPaginator()
Returns information about cluster snapshots.
|
default DescribeDBClusterSnapshotsIterable |
DocDbClient.describeDBClusterSnapshotsPaginator(Consumer<DescribeDbClusterSnapshotsRequest.Builder> describeDbClusterSnapshotsRequest)
Returns information about cluster snapshots.
|
default DescribeDBClusterSnapshotsIterable |
DocDbClient.describeDBClusterSnapshotsPaginator(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)
Returns information about cluster snapshots.
|
default ModifyDbClusterSnapshotAttributeResponse |
DocDbClient.modifyDBClusterSnapshotAttribute(Consumer<ModifyDbClusterSnapshotAttributeRequest.Builder> modifyDbClusterSnapshotAttributeRequest)
Adds an attribute and values to, or removes an attribute and values from, a manual cluster snapshot.
|
default ModifyDbClusterSnapshotAttributeResponse |
DocDbClient.modifyDBClusterSnapshotAttribute(ModifyDbClusterSnapshotAttributeRequest modifyDbClusterSnapshotAttributeRequest)
Adds an attribute and values to, or removes an attribute and values from, a manual cluster snapshot.
|
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 © 2022. All rights reserved.