Uses of Class
software.amazon.awssdk.services.neptune.model.ModifyDbClusterSnapshotAttributeResponse
-
Packages that use ModifyDbClusterSnapshotAttributeResponse Package Description software.amazon.awssdk.services.neptune Amazon Neptune -
-
Uses of ModifyDbClusterSnapshotAttributeResponse in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune that return ModifyDbClusterSnapshotAttributeResponse Modifier and Type Method Description default ModifyDbClusterSnapshotAttributeResponseNeptuneClient. modifyDBClusterSnapshotAttribute(Consumer<ModifyDbClusterSnapshotAttributeRequest.Builder> 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.Methods in software.amazon.awssdk.services.neptune that return types with arguments of type ModifyDbClusterSnapshotAttributeResponse Modifier and Type Method Description default CompletableFuture<ModifyDbClusterSnapshotAttributeResponse>NeptuneAsyncClient. modifyDBClusterSnapshotAttribute(Consumer<ModifyDbClusterSnapshotAttributeRequest.Builder> modifyDbClusterSnapshotAttributeRequest)Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.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.
-