| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftserverless |
This is an interface reference for Amazon Redshift Serverless.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateSnapshotResponse |
RedshiftServerlessClient.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Creates a snapshot of all databases in a namespace.
|
default CreateSnapshotResponse |
RedshiftServerlessClient.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Creates a snapshot of all databases in a namespace.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateSnapshotResponse> |
RedshiftServerlessAsyncClient.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Creates a snapshot of all databases in a namespace.
|
default CompletableFuture<CreateSnapshotResponse> |
RedshiftServerlessAsyncClient.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Creates a snapshot of all databases in a namespace.
|
Copyright © 2023. All rights reserved.