default AuthorizeSnapshotAccessResponse |
RedshiftClient.authorizeSnapshotAccess(Consumer<AuthorizeSnapshotAccessRequest.Builder> authorizeSnapshotAccessRequest) |
Authorizes the specified Amazon Web Services account to restore the specified snapshot.
|
default AuthorizeSnapshotAccessResponse |
RedshiftClient.authorizeSnapshotAccess(AuthorizeSnapshotAccessRequest authorizeSnapshotAccessRequest) |
Authorizes the specified Amazon Web Services 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 DescribeNodeConfigurationOptionsResponse |
RedshiftClient.describeNodeConfigurationOptions(Consumer<DescribeNodeConfigurationOptionsRequest.Builder> describeNodeConfigurationOptionsRequest) |
Returns properties of possible node configurations such as node type, number of nodes, and disk usage for the
specified action type.
|
default DescribeNodeConfigurationOptionsResponse |
RedshiftClient.describeNodeConfigurationOptions(DescribeNodeConfigurationOptionsRequest describeNodeConfigurationOptionsRequest) |
Returns properties of possible node configurations such as node type, number of nodes, and disk usage for the
specified action type.
|
default DescribeNodeConfigurationOptionsIterable |
RedshiftClient.describeNodeConfigurationOptionsPaginator(Consumer<DescribeNodeConfigurationOptionsRequest.Builder> describeNodeConfigurationOptionsRequest) |
Returns properties of possible node configurations such as node type, number of nodes, and disk usage for the
specified action type.
|
default DescribeNodeConfigurationOptionsIterable |
RedshiftClient.describeNodeConfigurationOptionsPaginator(DescribeNodeConfigurationOptionsRequest describeNodeConfigurationOptionsRequest) |
Returns properties of possible node configurations such as node type, number of nodes, and disk usage for the
specified action type.
|
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.
|