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