Uses of Class
software.amazon.awssdk.services.docdb.model.ModifyDbClusterSnapshotAttributeRequest
-
Packages that use ModifyDbClusterSnapshotAttributeRequest Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service.software.amazon.awssdk.services.docdb.transform -
-
Uses of ModifyDbClusterSnapshotAttributeRequest in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb with parameters of type ModifyDbClusterSnapshotAttributeRequest Modifier and Type Method Description default CompletableFuture<ModifyDbClusterSnapshotAttributeResponse>DocDbAsyncClient. modifyDBClusterSnapshotAttribute(ModifyDbClusterSnapshotAttributeRequest 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. -
Uses of ModifyDbClusterSnapshotAttributeRequest in software.amazon.awssdk.services.docdb.transform
Methods in software.amazon.awssdk.services.docdb.transform with parameters of type ModifyDbClusterSnapshotAttributeRequest Modifier and Type Method Description SdkHttpFullRequestModifyDbClusterSnapshotAttributeRequestMarshaller. marshall(ModifyDbClusterSnapshotAttributeRequest modifyDbClusterSnapshotAttributeRequest)
-