Uses of Class
software.amazon.awssdk.services.docdb.model.ModifyDbClusterSnapshotAttributeResponse
-
Packages that use ModifyDbClusterSnapshotAttributeResponse Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service. -
-
Uses of ModifyDbClusterSnapshotAttributeResponse in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb that return ModifyDbClusterSnapshotAttributeResponse Modifier and Type Method Description default ModifyDbClusterSnapshotAttributeResponseDocDbClient. modifyDBClusterSnapshotAttribute(Consumer<ModifyDbClusterSnapshotAttributeRequest.Builder> modifyDbClusterSnapshotAttributeRequest)Adds an attribute and values to, or removes an attribute and values from, a manual cluster snapshot.default ModifyDbClusterSnapshotAttributeResponseDocDbClient. modifyDBClusterSnapshotAttribute(ModifyDbClusterSnapshotAttributeRequest modifyDbClusterSnapshotAttributeRequest)Adds an attribute and values to, or removes an attribute and values from, a manual cluster snapshot.Methods in software.amazon.awssdk.services.docdb that return types with arguments of type ModifyDbClusterSnapshotAttributeResponse Modifier and Type Method 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.
-