| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ModifyDbClusterSnapshotAttributeResponse> |
DocDbAsyncClient.modifyDBClusterSnapshotAttribute(Consumer<ModifyDbClusterSnapshotAttributeRequest.Builder> modifyDbClusterSnapshotAttributeRequest)
Adds an attribute and values to, or removes an attribute and values from, a manual cluster snapshot.
|
default CompletableFuture<ModifyDbClusterSnapshotAttributeResponse> |
DocDbAsyncClient.modifyDBClusterSnapshotAttribute(ModifyDbClusterSnapshotAttributeRequest modifyDbClusterSnapshotAttributeRequest)
Adds an attribute and values to, or removes an attribute and values from, a manual cluster snapshot.
|
Copyright © 2023. All rights reserved.