| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb |
Amazon DocumentDB API documentation
|
| Modifier and Type | Method and Description |
|---|---|
default AddTagsToResourceResponse |
DocDbClient.addTagsToResource(AddTagsToResourceRequest addTagsToResourceRequest)
Adds metadata tags to an Amazon DocumentDB resource.
|
default AddTagsToResourceResponse |
DocDbClient.addTagsToResource(Consumer<AddTagsToResourceRequest.Builder> addTagsToResourceRequest)
Adds metadata tags to an Amazon DocumentDB resource.
|
default ListTagsForResourceResponse |
DocDbClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists all tags on an Amazon DocumentDB resource.
|
default ListTagsForResourceResponse |
DocDbClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags on an Amazon DocumentDB resource.
|
default RemoveTagsFromResourceResponse |
DocDbClient.removeTagsFromResource(Consumer<RemoveTagsFromResourceRequest.Builder> removeTagsFromResourceRequest)
Removes metadata tags from an Amazon DocumentDB resource.
|
default RemoveTagsFromResourceResponse |
DocDbClient.removeTagsFromResource(RemoveTagsFromResourceRequest removeTagsFromResourceRequest)
Removes metadata tags from an Amazon DocumentDB resource.
|
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.
|
Copyright © 2022. All rights reserved.