| 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 CreateClusterParameterGroupResponse |
RedshiftClient.createClusterParameterGroup(Consumer<CreateClusterParameterGroupRequest.Builder> createClusterParameterGroupRequest)
Creates an Amazon Redshift parameter group.
|
default CreateClusterParameterGroupResponse |
RedshiftClient.createClusterParameterGroup(CreateClusterParameterGroupRequest createClusterParameterGroupRequest)
Creates an Amazon Redshift parameter group.
|
default CreateClusterSecurityGroupResponse |
RedshiftClient.createClusterSecurityGroup(Consumer<CreateClusterSecurityGroupRequest.Builder> createClusterSecurityGroupRequest)
Creates a new Amazon Redshift security group.
|
default CreateClusterSecurityGroupResponse |
RedshiftClient.createClusterSecurityGroup(CreateClusterSecurityGroupRequest createClusterSecurityGroupRequest)
Creates a new Amazon Redshift security group.
|
default CreateClusterSnapshotResponse |
RedshiftClient.createClusterSnapshot(Consumer<CreateClusterSnapshotRequest.Builder> createClusterSnapshotRequest)
Creates a manual snapshot of the specified cluster.
|
default CreateClusterSnapshotResponse |
RedshiftClient.createClusterSnapshot(CreateClusterSnapshotRequest createClusterSnapshotRequest)
Creates a manual snapshot of the specified cluster.
|
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 CreateEventSubscriptionResponse |
RedshiftClient.createEventSubscription(Consumer<CreateEventSubscriptionRequest.Builder> createEventSubscriptionRequest)
Creates an Amazon Redshift event notification subscription.
|
default CreateEventSubscriptionResponse |
RedshiftClient.createEventSubscription(CreateEventSubscriptionRequest createEventSubscriptionRequest)
Creates an Amazon Redshift event notification subscription.
|
default CreateHsmClientCertificateResponse |
RedshiftClient.createHsmClientCertificate(Consumer<CreateHsmClientCertificateRequest.Builder> createHsmClientCertificateRequest)
Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in
order to store and retrieve the keys used to encrypt the cluster databases.
|
default CreateHsmClientCertificateResponse |
RedshiftClient.createHsmClientCertificate(CreateHsmClientCertificateRequest createHsmClientCertificateRequest)
Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in
order to store and retrieve the keys used to encrypt the cluster databases.
|
default CreateHsmConfigurationResponse |
RedshiftClient.createHsmConfiguration(Consumer<CreateHsmConfigurationRequest.Builder> createHsmConfigurationRequest)
Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and
use database encryption keys in a Hardware Security Module (HSM).
|
default CreateHsmConfigurationResponse |
RedshiftClient.createHsmConfiguration(CreateHsmConfigurationRequest createHsmConfigurationRequest)
Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and
use database encryption keys in a Hardware Security Module (HSM).
|
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 CreateSnapshotScheduleResponse |
RedshiftClient.createSnapshotSchedule(Consumer<CreateSnapshotScheduleRequest.Builder> createSnapshotScheduleRequest)
Create a snapshot schedule that can be associated to a cluster and which overrides the default system backup
schedule.
|
default CreateSnapshotScheduleResponse |
RedshiftClient.createSnapshotSchedule(CreateSnapshotScheduleRequest createSnapshotScheduleRequest)
Create a snapshot schedule that can be associated to a cluster and which overrides the default system backup
schedule.
|
default CreateTagsResponse |
RedshiftClient.createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)
Adds tags to a cluster.
|
default CreateTagsResponse |
RedshiftClient.createTags(CreateTagsRequest createTagsRequest)
Adds tags to a cluster.
|
default DeleteTagsResponse |
RedshiftClient.deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest)
Deletes tags from a resource.
|
default DeleteTagsResponse |
RedshiftClient.deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes tags from a resource.
|
default DescribeClusterParameterGroupsResponse |
RedshiftClient.describeClusterParameterGroups()
Returns a list of Amazon Redshift parameter groups, including parameter groups you created and the default
parameter group.
|
default DescribeClusterParameterGroupsResponse |
RedshiftClient.describeClusterParameterGroups(Consumer<DescribeClusterParameterGroupsRequest.Builder> describeClusterParameterGroupsRequest)
Returns a list of Amazon Redshift parameter groups, including parameter groups you created and the default
parameter group.
|
default DescribeClusterParameterGroupsResponse |
RedshiftClient.describeClusterParameterGroups(DescribeClusterParameterGroupsRequest describeClusterParameterGroupsRequest)
Returns a list of Amazon Redshift parameter groups, including parameter groups you created and the default
parameter group.
|
default DescribeClusterParameterGroupsIterable |
RedshiftClient.describeClusterParameterGroupsPaginator()
Returns a list of Amazon Redshift parameter groups, including parameter groups you created and the default
parameter group.
|
default DescribeClusterParameterGroupsIterable |
RedshiftClient.describeClusterParameterGroupsPaginator(Consumer<DescribeClusterParameterGroupsRequest.Builder> describeClusterParameterGroupsRequest)
Returns a list of Amazon Redshift parameter groups, including parameter groups you created and the default
parameter group.
|
default DescribeClusterParameterGroupsIterable |
RedshiftClient.describeClusterParameterGroupsPaginator(DescribeClusterParameterGroupsRequest describeClusterParameterGroupsRequest)
Returns a list of Amazon Redshift parameter groups, including parameter groups you created and the default
parameter group.
|
default DescribeClustersResponse |
RedshiftClient.describeClusters()
Returns properties of provisioned clusters including general cluster properties, cluster database properties,
maintenance and backup properties, and security and access properties.
|
default DescribeClustersResponse |
RedshiftClient.describeClusters(Consumer<DescribeClustersRequest.Builder> describeClustersRequest)
Returns properties of provisioned clusters including general cluster properties, cluster database properties,
maintenance and backup properties, and security and access properties.
|
default DescribeClustersResponse |
RedshiftClient.describeClusters(DescribeClustersRequest describeClustersRequest)
Returns properties of provisioned clusters including general cluster properties, cluster database properties,
maintenance and backup properties, and security and access properties.
|
default DescribeClusterSecurityGroupsResponse |
RedshiftClient.describeClusterSecurityGroups(Consumer<DescribeClusterSecurityGroupsRequest.Builder> describeClusterSecurityGroupsRequest)
Returns information about Amazon Redshift security groups.
|
default DescribeClusterSecurityGroupsResponse |
RedshiftClient.describeClusterSecurityGroups(DescribeClusterSecurityGroupsRequest describeClusterSecurityGroupsRequest)
Returns information about Amazon Redshift security groups.
|
default DescribeClusterSecurityGroupsIterable |
RedshiftClient.describeClusterSecurityGroupsPaginator(Consumer<DescribeClusterSecurityGroupsRequest.Builder> describeClusterSecurityGroupsRequest)
Returns information about Amazon Redshift security groups.
|
default DescribeClusterSecurityGroupsIterable |
RedshiftClient.describeClusterSecurityGroupsPaginator(DescribeClusterSecurityGroupsRequest describeClusterSecurityGroupsRequest)
Returns information about Amazon Redshift security groups.
|
default DescribeClusterSnapshotsResponse |
RedshiftClient.describeClusterSnapshots()
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
default DescribeClusterSnapshotsResponse |
RedshiftClient.describeClusterSnapshots(Consumer<DescribeClusterSnapshotsRequest.Builder> describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
default DescribeClusterSnapshotsResponse |
RedshiftClient.describeClusterSnapshots(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
default DescribeClusterSnapshotsIterable |
RedshiftClient.describeClusterSnapshotsPaginator()
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
default DescribeClusterSnapshotsIterable |
RedshiftClient.describeClusterSnapshotsPaginator(Consumer<DescribeClusterSnapshotsRequest.Builder> describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
default DescribeClusterSnapshotsIterable |
RedshiftClient.describeClusterSnapshotsPaginator(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
|
default DescribeClustersIterable |
RedshiftClient.describeClustersPaginator()
Returns properties of provisioned clusters including general cluster properties, cluster database properties,
maintenance and backup properties, and security and access properties.
|
default DescribeClustersIterable |
RedshiftClient.describeClustersPaginator(Consumer<DescribeClustersRequest.Builder> describeClustersRequest)
Returns properties of provisioned clusters including general cluster properties, cluster database properties,
maintenance and backup properties, and security and access properties.
|
default DescribeClustersIterable |
RedshiftClient.describeClustersPaginator(DescribeClustersRequest describeClustersRequest)
Returns properties of provisioned clusters including general cluster properties, cluster database properties,
maintenance and backup properties, and security and access properties.
|
default DescribeClusterSubnetGroupsResponse |
RedshiftClient.describeClusterSubnetGroups()
Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
|
default DescribeClusterSubnetGroupsResponse |
RedshiftClient.describeClusterSubnetGroups(Consumer<DescribeClusterSubnetGroupsRequest.Builder> describeClusterSubnetGroupsRequest)
Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
|
default DescribeClusterSubnetGroupsResponse |
RedshiftClient.describeClusterSubnetGroups(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest)
Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
|
default DescribeClusterSubnetGroupsIterable |
RedshiftClient.describeClusterSubnetGroupsPaginator()
Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
|
default DescribeClusterSubnetGroupsIterable |
RedshiftClient.describeClusterSubnetGroupsPaginator(Consumer<DescribeClusterSubnetGroupsRequest.Builder> describeClusterSubnetGroupsRequest)
Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
|
default DescribeClusterSubnetGroupsIterable |
RedshiftClient.describeClusterSubnetGroupsPaginator(DescribeClusterSubnetGroupsRequest describeClusterSubnetGroupsRequest)
Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups.
|
default DescribeEventSubscriptionsResponse |
RedshiftClient.describeEventSubscriptions()
Lists descriptions of all the Amazon Redshift event notification subscriptions for a customer account.
|
default DescribeEventSubscriptionsResponse |
RedshiftClient.describeEventSubscriptions(Consumer<DescribeEventSubscriptionsRequest.Builder> describeEventSubscriptionsRequest)
Lists descriptions of all the Amazon Redshift event notification subscriptions for a customer account.
|
default DescribeEventSubscriptionsResponse |
RedshiftClient.describeEventSubscriptions(DescribeEventSubscriptionsRequest describeEventSubscriptionsRequest)
Lists descriptions of all the Amazon Redshift event notification subscriptions for a customer account.
|
default DescribeEventSubscriptionsIterable |
RedshiftClient.describeEventSubscriptionsPaginator()
Lists descriptions of all the Amazon Redshift event notification subscriptions for a customer account.
|
default DescribeEventSubscriptionsIterable |
RedshiftClient.describeEventSubscriptionsPaginator(Consumer<DescribeEventSubscriptionsRequest.Builder> describeEventSubscriptionsRequest)
Lists descriptions of all the Amazon Redshift event notification subscriptions for a customer account.
|
default DescribeEventSubscriptionsIterable |
RedshiftClient.describeEventSubscriptionsPaginator(DescribeEventSubscriptionsRequest describeEventSubscriptionsRequest)
Lists descriptions of all the Amazon Redshift event notification subscriptions for a customer account.
|
default DescribeHsmClientCertificatesResponse |
RedshiftClient.describeHsmClientCertificates()
Returns information about the specified HSM client certificate.
|
default DescribeHsmClientCertificatesResponse |
RedshiftClient.describeHsmClientCertificates(Consumer<DescribeHsmClientCertificatesRequest.Builder> describeHsmClientCertificatesRequest)
Returns information about the specified HSM client certificate.
|
default DescribeHsmClientCertificatesResponse |
RedshiftClient.describeHsmClientCertificates(DescribeHsmClientCertificatesRequest describeHsmClientCertificatesRequest)
Returns information about the specified HSM client certificate.
|
default DescribeHsmClientCertificatesIterable |
RedshiftClient.describeHsmClientCertificatesPaginator()
Returns information about the specified HSM client certificate.
|
default DescribeHsmClientCertificatesIterable |
RedshiftClient.describeHsmClientCertificatesPaginator(Consumer<DescribeHsmClientCertificatesRequest.Builder> describeHsmClientCertificatesRequest)
Returns information about the specified HSM client certificate.
|
default DescribeHsmClientCertificatesIterable |
RedshiftClient.describeHsmClientCertificatesPaginator(DescribeHsmClientCertificatesRequest describeHsmClientCertificatesRequest)
Returns information about the specified HSM client certificate.
|
default DescribeHsmConfigurationsResponse |
RedshiftClient.describeHsmConfigurations()
Returns information about the specified Amazon Redshift HSM configuration.
|
default DescribeHsmConfigurationsResponse |
RedshiftClient.describeHsmConfigurations(Consumer<DescribeHsmConfigurationsRequest.Builder> describeHsmConfigurationsRequest)
Returns information about the specified Amazon Redshift HSM configuration.
|
default DescribeHsmConfigurationsResponse |
RedshiftClient.describeHsmConfigurations(DescribeHsmConfigurationsRequest describeHsmConfigurationsRequest)
Returns information about the specified Amazon Redshift HSM configuration.
|
default DescribeHsmConfigurationsIterable |
RedshiftClient.describeHsmConfigurationsPaginator()
Returns information about the specified Amazon Redshift HSM configuration.
|
default DescribeHsmConfigurationsIterable |
RedshiftClient.describeHsmConfigurationsPaginator(Consumer<DescribeHsmConfigurationsRequest.Builder> describeHsmConfigurationsRequest)
Returns information about the specified Amazon Redshift HSM configuration.
|
default DescribeHsmConfigurationsIterable |
RedshiftClient.describeHsmConfigurationsPaginator(DescribeHsmConfigurationsRequest describeHsmConfigurationsRequest)
Returns information about the specified Amazon Redshift HSM configuration.
|
default DescribeSnapshotCopyGrantsResponse |
RedshiftClient.describeSnapshotCopyGrants()
Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.
|
default DescribeSnapshotCopyGrantsResponse |
RedshiftClient.describeSnapshotCopyGrants(Consumer<DescribeSnapshotCopyGrantsRequest.Builder> describeSnapshotCopyGrantsRequest)
Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.
|
default DescribeSnapshotCopyGrantsResponse |
RedshiftClient.describeSnapshotCopyGrants(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest)
Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.
|
default DescribeSnapshotCopyGrantsIterable |
RedshiftClient.describeSnapshotCopyGrantsPaginator()
Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.
|
default DescribeSnapshotCopyGrantsIterable |
RedshiftClient.describeSnapshotCopyGrantsPaginator(Consumer<DescribeSnapshotCopyGrantsRequest.Builder> describeSnapshotCopyGrantsRequest)
Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.
|
default DescribeSnapshotCopyGrantsIterable |
RedshiftClient.describeSnapshotCopyGrantsPaginator(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest)
Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.
|
default DescribeTagsResponse |
RedshiftClient.describeTags()
Returns a list of tags.
|
default DescribeTagsResponse |
RedshiftClient.describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
Returns a list of tags.
|
default DescribeTagsResponse |
RedshiftClient.describeTags(DescribeTagsRequest describeTagsRequest)
Returns a list of tags.
|
default DescribeTagsIterable |
RedshiftClient.describeTagsPaginator()
Returns a list of tags.
|
default DescribeTagsIterable |
RedshiftClient.describeTagsPaginator(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
Returns a list of tags.
|
default DescribeTagsIterable |
RedshiftClient.describeTagsPaginator(DescribeTagsRequest describeTagsRequest)
Returns a list of tags.
|
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 © 2022. All rights reserved.