| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| Modifier and Type | Method and Description |
|---|---|
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 CreateClusterSubnetGroupResponse |
RedshiftClient.createClusterSubnetGroup(Consumer<CreateClusterSubnetGroupRequest.Builder> createClusterSubnetGroupRequest)
Creates a new Amazon Redshift subnet group.
|
default CreateClusterSubnetGroupResponse |
RedshiftClient.createClusterSubnetGroup(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest)
Creates a new Amazon Redshift subnet group.
|
default CreateEndpointAccessResponse |
RedshiftClient.createEndpointAccess(Consumer<CreateEndpointAccessRequest.Builder> createEndpointAccessRequest)
Creates a Redshift-managed VPC endpoint.
|
default CreateEndpointAccessResponse |
RedshiftClient.createEndpointAccess(CreateEndpointAccessRequest createEndpointAccessRequest)
Creates a Redshift-managed VPC endpoint.
|
default CreateScheduledActionResponse |
RedshiftClient.createScheduledAction(Consumer<CreateScheduledActionRequest.Builder> createScheduledActionRequest)
Creates a scheduled action.
|
default CreateScheduledActionResponse |
RedshiftClient.createScheduledAction(CreateScheduledActionRequest createScheduledActionRequest)
Creates a scheduled action.
|
default DeleteScheduledActionResponse |
RedshiftClient.deleteScheduledAction(Consumer<DeleteScheduledActionRequest.Builder> deleteScheduledActionRequest)
Deletes a scheduled action.
|
default DeleteScheduledActionResponse |
RedshiftClient.deleteScheduledAction(DeleteScheduledActionRequest deleteScheduledActionRequest)
Deletes a scheduled action.
|
default DescribeClusterTracksResponse |
RedshiftClient.describeClusterTracks()
Returns a list of all the available maintenance tracks.
|
default DescribeClusterTracksResponse |
RedshiftClient.describeClusterTracks(Consumer<DescribeClusterTracksRequest.Builder> describeClusterTracksRequest)
Returns a list of all the available maintenance tracks.
|
default DescribeClusterTracksResponse |
RedshiftClient.describeClusterTracks(DescribeClusterTracksRequest describeClusterTracksRequest)
Returns a list of all the available maintenance tracks.
|
default DescribeClusterTracksIterable |
RedshiftClient.describeClusterTracksPaginator()
Returns a list of all the available maintenance tracks.
|
default DescribeClusterTracksIterable |
RedshiftClient.describeClusterTracksPaginator(Consumer<DescribeClusterTracksRequest.Builder> describeClusterTracksRequest)
Returns a list of all the available maintenance tracks.
|
default DescribeClusterTracksIterable |
RedshiftClient.describeClusterTracksPaginator(DescribeClusterTracksRequest describeClusterTracksRequest)
Returns a list of all the available maintenance tracks.
|
default DescribeScheduledActionsResponse |
RedshiftClient.describeScheduledActions(Consumer<DescribeScheduledActionsRequest.Builder> describeScheduledActionsRequest)
Describes properties of scheduled actions.
|
default DescribeScheduledActionsResponse |
RedshiftClient.describeScheduledActions(DescribeScheduledActionsRequest describeScheduledActionsRequest)
Describes properties of scheduled actions.
|
default DescribeScheduledActionsIterable |
RedshiftClient.describeScheduledActionsPaginator(Consumer<DescribeScheduledActionsRequest.Builder> describeScheduledActionsRequest)
Describes properties of scheduled actions.
|
default DescribeScheduledActionsIterable |
RedshiftClient.describeScheduledActionsPaginator(DescribeScheduledActionsRequest describeScheduledActionsRequest)
Describes properties of scheduled actions.
|
default DisableSnapshotCopyResponse |
RedshiftClient.disableSnapshotCopy(Consumer<DisableSnapshotCopyRequest.Builder> disableSnapshotCopyRequest)
Disables the automatic copying of snapshots from one region to another region for a specified cluster.
|
default DisableSnapshotCopyResponse |
RedshiftClient.disableSnapshotCopy(DisableSnapshotCopyRequest disableSnapshotCopyRequest)
Disables the automatic copying of snapshots from one region to another region for a specified 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 ModifyClusterSubnetGroupResponse |
RedshiftClient.modifyClusterSubnetGroup(Consumer<ModifyClusterSubnetGroupRequest.Builder> modifyClusterSubnetGroupRequest)
Modifies a cluster subnet group to include the specified list of VPC subnets.
|
default ModifyClusterSubnetGroupResponse |
RedshiftClient.modifyClusterSubnetGroup(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest)
Modifies a cluster subnet group to include the specified list of VPC subnets.
|
default ModifyEndpointAccessResponse |
RedshiftClient.modifyEndpointAccess(Consumer<ModifyEndpointAccessRequest.Builder> modifyEndpointAccessRequest)
Modifies a Redshift-managed VPC endpoint.
|
default ModifyEndpointAccessResponse |
RedshiftClient.modifyEndpointAccess(ModifyEndpointAccessRequest modifyEndpointAccessRequest)
Modifies a Redshift-managed VPC endpoint.
|
default ModifyScheduledActionResponse |
RedshiftClient.modifyScheduledAction(Consumer<ModifyScheduledActionRequest.Builder> modifyScheduledActionRequest)
Modifies a scheduled action.
|
default ModifyScheduledActionResponse |
RedshiftClient.modifyScheduledAction(ModifyScheduledActionRequest modifyScheduledActionRequest)
Modifies a scheduled action.
|
default ModifySnapshotCopyRetentionPeriodResponse |
RedshiftClient.modifySnapshotCopyRetentionPeriod(Consumer<ModifySnapshotCopyRetentionPeriodRequest.Builder> modifySnapshotCopyRetentionPeriodRequest)
Modifies the number of days to retain snapshots in the destination Amazon Web Services Region after they are
copied from the source Amazon Web Services Region.
|
default ModifySnapshotCopyRetentionPeriodResponse |
RedshiftClient.modifySnapshotCopyRetentionPeriod(ModifySnapshotCopyRetentionPeriodRequest modifySnapshotCopyRetentionPeriodRequest)
Modifies the number of days to retain snapshots in the destination Amazon Web Services Region after they are
copied from the source Amazon Web Services Region.
|
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 © 2023. All rights reserved.