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 CreateClusterResponse |
RedshiftClient.createCluster(Consumer<CreateClusterRequest.Builder> createClusterRequest) |
Creates a new cluster with the specified parameters.
|
default CreateClusterResponse |
RedshiftClient.createCluster(CreateClusterRequest createClusterRequest) |
Creates a new cluster with the specified parameters.
|
default CreateSnapshotCopyGrantResponse |
RedshiftClient.createSnapshotCopyGrant(Consumer<CreateSnapshotCopyGrantRequest.Builder> createSnapshotCopyGrantRequest) |
Creates a snapshot copy grant that permits Amazon Redshift to use an encrypted symmetric key from Key Management
Service (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 an encrypted symmetric key from Key Management
Service (KMS) to encrypt copied snapshots in a destination region.
|
default CreateUsageLimitResponse |
RedshiftClient.createUsageLimit(Consumer<CreateUsageLimitRequest.Builder> createUsageLimitRequest) |
Creates a usage limit for a specified Amazon Redshift feature on a cluster.
|
default CreateUsageLimitResponse |
RedshiftClient.createUsageLimit(CreateUsageLimitRequest createUsageLimitRequest) |
Creates a usage limit for a specified Amazon Redshift feature on a cluster.
|
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.
|