| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| Modifier and Type | Method and Description |
|---|---|
default AuthorizeSnapshotAccessResponse |
RedshiftClient.authorizeSnapshotAccess(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest)
Authorizes the specified AWS customer account to restore the specified snapshot.
|
default AuthorizeSnapshotAccessResponse |
RedshiftClient.authorizeSnapshotAccess(Consumer<AuthorizeSnapshotAccessRequest.Builder> authorizeSnapshotAccessRequest)
Authorizes the specified AWS customer account to restore the specified snapshot.
|
default CopyClusterSnapshotResponse |
RedshiftClient.copyClusterSnapshot(Consumer<CopyClusterSnapshotRequest.Builder> copyClusterSnapshotRequest)
Copies the specified automated cluster snapshot to a new manual cluster snapshot.
|
default CopyClusterSnapshotResponse |
RedshiftClient.copyClusterSnapshot(CopyClusterSnapshotRequest copyClusterSnapshotRequest)
Copies the specified automated cluster snapshot to a new manual cluster snapshot.
|
default DeleteClusterSnapshotResponse |
RedshiftClient.deleteClusterSnapshot(Consumer<DeleteClusterSnapshotRequest.Builder> deleteClusterSnapshotRequest)
Deletes the specified manual snapshot.
|
default DeleteClusterSnapshotResponse |
RedshiftClient.deleteClusterSnapshot(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest)
Deletes the specified manual snapshot.
|
default ModifyClusterSnapshotResponse |
RedshiftClient.modifyClusterSnapshot(Consumer<ModifyClusterSnapshotRequest.Builder> modifyClusterSnapshotRequest)
Modifies the settings for a snapshot.
|
default ModifyClusterSnapshotResponse |
RedshiftClient.modifyClusterSnapshot(ModifyClusterSnapshotRequest modifyClusterSnapshotRequest)
Modifies the settings for a snapshot.
|
default RestoreFromClusterSnapshotResponse |
RedshiftClient.restoreFromClusterSnapshot(Consumer<RestoreFromClusterSnapshotRequest.Builder> restoreFromClusterSnapshotRequest)
Creates a new cluster from a snapshot.
|
default RestoreFromClusterSnapshotResponse |
RedshiftClient.restoreFromClusterSnapshot(RestoreFromClusterSnapshotRequest restoreFromClusterSnapshotRequest)
Creates a new cluster from a snapshot.
|
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.
|
Copyright © 2019. All rights reserved.