Uses of Class
software.amazon.awssdk.services.neptune.model.ModifyDbClusterSnapshotAttributeRequest
-
Packages that use ModifyDbClusterSnapshotAttributeRequest Package Description software.amazon.awssdk.services.neptune Amazon Neptune software.amazon.awssdk.services.neptune.transform -
-
Uses of ModifyDbClusterSnapshotAttributeRequest in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune with parameters of type ModifyDbClusterSnapshotAttributeRequest Modifier and Type Method Description default CompletableFuture<ModifyDbClusterSnapshotAttributeResponse>NeptuneAsyncClient. modifyDBClusterSnapshotAttribute(ModifyDbClusterSnapshotAttributeRequest modifyDbClusterSnapshotAttributeRequest)Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.default ModifyDbClusterSnapshotAttributeResponseNeptuneClient. modifyDBClusterSnapshotAttribute(ModifyDbClusterSnapshotAttributeRequest modifyDbClusterSnapshotAttributeRequest)Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot. -
Uses of ModifyDbClusterSnapshotAttributeRequest in software.amazon.awssdk.services.neptune.transform
Methods in software.amazon.awssdk.services.neptune.transform with parameters of type ModifyDbClusterSnapshotAttributeRequest Modifier and Type Method Description SdkHttpFullRequestModifyDbClusterSnapshotAttributeRequestMarshaller. marshall(ModifyDbClusterSnapshotAttributeRequest modifyDbClusterSnapshotAttributeRequest)
-