| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| Modifier and Type | Method and Description |
|---|---|
default RestoreTableFromClusterSnapshotResponse |
RedshiftClient.restoreTableFromClusterSnapshot(Consumer<RestoreTableFromClusterSnapshotRequest.Builder> restoreTableFromClusterSnapshotRequest)
Creates a new table from a table in an Amazon Redshift cluster snapshot.
|
default RestoreTableFromClusterSnapshotResponse |
RedshiftClient.restoreTableFromClusterSnapshot(RestoreTableFromClusterSnapshotRequest restoreTableFromClusterSnapshotRequest)
Creates a new table from a table in an Amazon Redshift cluster snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RestoreTableFromClusterSnapshotResponse> |
RedshiftAsyncClient.restoreTableFromClusterSnapshot(Consumer<RestoreTableFromClusterSnapshotRequest.Builder> restoreTableFromClusterSnapshotRequest)
Creates a new table from a table in an Amazon Redshift cluster snapshot.
|
default CompletableFuture<RestoreTableFromClusterSnapshotResponse> |
RedshiftAsyncClient.restoreTableFromClusterSnapshot(RestoreTableFromClusterSnapshotRequest restoreTableFromClusterSnapshotRequest)
Creates a new table from a table in an Amazon Redshift cluster snapshot.
|
Copyright © 2021. All rights reserved.