| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateDataShareConsumerResponse |
RedshiftClient.associateDataShareConsumer(AssociateDataShareConsumerRequest associateDataShareConsumerRequest)
From a datashare consumer account, associates a datashare with the account (AssociateEntireAccount) or the
specified namespace (ConsumerArn).
|
default AssociateDataShareConsumerResponse |
RedshiftClient.associateDataShareConsumer(Consumer<AssociateDataShareConsumerRequest.Builder> associateDataShareConsumerRequest)
From a datashare consumer account, associates a datashare with the account (AssociateEntireAccount) or the
specified namespace (ConsumerArn).
|
default DescribeDataSharesForConsumerResponse |
RedshiftClient.describeDataSharesForConsumer(Consumer<DescribeDataSharesForConsumerRequest.Builder> describeDataSharesForConsumerRequest)
Returns a list of datashares where the account identifier being called is a consumer account identifier.
|
default DescribeDataSharesForConsumerResponse |
RedshiftClient.describeDataSharesForConsumer(DescribeDataSharesForConsumerRequest describeDataSharesForConsumerRequest)
Returns a list of datashares where the account identifier being called is a consumer account identifier.
|
default DescribeDataSharesForConsumerIterable |
RedshiftClient.describeDataSharesForConsumerPaginator(Consumer<DescribeDataSharesForConsumerRequest.Builder> describeDataSharesForConsumerRequest)
Returns a list of datashares where the account identifier being called is a consumer account identifier.
|
default DescribeDataSharesForConsumerIterable |
RedshiftClient.describeDataSharesForConsumerPaginator(DescribeDataSharesForConsumerRequest describeDataSharesForConsumerRequest)
Returns a list of datashares where the account identifier being called is a consumer account identifier.
|
default DescribeDataSharesForProducerResponse |
RedshiftClient.describeDataSharesForProducer(Consumer<DescribeDataSharesForProducerRequest.Builder> describeDataSharesForProducerRequest)
Returns a list of datashares when the account identifier being called is a producer account identifier.
|
default DescribeDataSharesForProducerResponse |
RedshiftClient.describeDataSharesForProducer(DescribeDataSharesForProducerRequest describeDataSharesForProducerRequest)
Returns a list of datashares when the account identifier being called is a producer account identifier.
|
default DescribeDataSharesForProducerIterable |
RedshiftClient.describeDataSharesForProducerPaginator(Consumer<DescribeDataSharesForProducerRequest.Builder> describeDataSharesForProducerRequest)
Returns a list of datashares when the account identifier being called is a producer account identifier.
|
default DescribeDataSharesForProducerIterable |
RedshiftClient.describeDataSharesForProducerPaginator(DescribeDataSharesForProducerRequest describeDataSharesForProducerRequest)
Returns a list of datashares when the account identifier being called is a producer account identifier.
|
default DisassociateDataShareConsumerResponse |
RedshiftClient.disassociateDataShareConsumer(Consumer<DisassociateDataShareConsumerRequest.Builder> disassociateDataShareConsumerRequest)
From a datashare consumer account, remove association for the specified datashare.
|
default DisassociateDataShareConsumerResponse |
RedshiftClient.disassociateDataShareConsumer(DisassociateDataShareConsumerRequest disassociateDataShareConsumerRequest)
From a datashare consumer account, remove association for the specified datashare.
|
Copyright © 2023. All rights reserved.