| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateDbClusterSnapshotResponse |
NeptuneClient.createDBClusterSnapshot(Consumer<CreateDbClusterSnapshotRequest.Builder> createDbClusterSnapshotRequest)
Creates a snapshot of a DB cluster.
|
default CreateDbClusterSnapshotResponse |
NeptuneClient.createDBClusterSnapshot(CreateDbClusterSnapshotRequest createDbClusterSnapshotRequest)
Creates a snapshot of a DB cluster.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.