Uses of Class
software.amazon.awssdk.services.neptune.model.CreateDbClusterSnapshotRequest
-
Packages that use CreateDbClusterSnapshotRequest Package Description software.amazon.awssdk.services.neptune Amazon Neptune software.amazon.awssdk.services.neptune.transform -
-
Uses of CreateDbClusterSnapshotRequest in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune with parameters of type CreateDbClusterSnapshotRequest Modifier and Type Method Description default CompletableFuture<CreateDbClusterSnapshotResponse>NeptuneAsyncClient. createDBClusterSnapshot(CreateDbClusterSnapshotRequest createDbClusterSnapshotRequest)Creates a snapshot of a DB cluster.default CreateDbClusterSnapshotResponseNeptuneClient. createDBClusterSnapshot(CreateDbClusterSnapshotRequest createDbClusterSnapshotRequest)Creates a snapshot of a DB cluster. -
Uses of CreateDbClusterSnapshotRequest in software.amazon.awssdk.services.neptune.transform
Methods in software.amazon.awssdk.services.neptune.transform with parameters of type CreateDbClusterSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestCreateDbClusterSnapshotRequestMarshaller. marshall(CreateDbClusterSnapshotRequest createDbClusterSnapshotRequest)
-