| 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 CreateClusterResponse |
RedshiftClient.createCluster(Consumer<CreateClusterRequest.Builder> createClusterRequest)
Creates a new cluster.
|
default CreateClusterResponse |
RedshiftClient.createCluster(CreateClusterRequest createClusterRequest)
Creates a new cluster.
|
default CreateSnapshotCopyGrantResponse |
RedshiftClient.createSnapshotCopyGrant(Consumer<CreateSnapshotCopyGrantRequest.Builder> createSnapshotCopyGrantRequest)
Creates a snapshot copy grant that permits Amazon Redshift to use a customer master key (CMK) from AWS Key
Management Service (AWS KMS) to encrypt copied snapshots in a destination region.
|
default CreateSnapshotCopyGrantResponse |
RedshiftClient.createSnapshotCopyGrant(CreateSnapshotCopyGrantRequest createSnapshotCopyGrantRequest)
Creates a snapshot copy grant that permits Amazon Redshift to use a customer master key (CMK) from AWS Key
Management Service (AWS KMS) to encrypt copied snapshots in a destination region.
|
default EnableSnapshotCopyResponse |
RedshiftClient.enableSnapshotCopy(Consumer<EnableSnapshotCopyRequest.Builder> enableSnapshotCopyRequest)
Enables the automatic copy of snapshots from one region to another region for a specified cluster.
|
default EnableSnapshotCopyResponse |
RedshiftClient.enableSnapshotCopy(EnableSnapshotCopyRequest enableSnapshotCopyRequest)
Enables the automatic copy of snapshots from one region to another region for a specified cluster.
|
default ModifyClusterResponse |
RedshiftClient.modifyCluster(Consumer<ModifyClusterRequest.Builder> modifyClusterRequest)
Modifies the settings for a cluster.
|
default ModifyClusterResponse |
RedshiftClient.modifyCluster(ModifyClusterRequest modifyClusterRequest)
Modifies the settings for a cluster.
|
default ResizeClusterResponse |
RedshiftClient.resizeCluster(Consumer<ResizeClusterRequest.Builder> resizeClusterRequest)
Changes the size of the cluster.
|
default ResizeClusterResponse |
RedshiftClient.resizeCluster(ResizeClusterRequest resizeClusterRequest)
Changes the size of the cluster.
|
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.
|
Copyright © 2019. All rights reserved.