| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model | |
| software.amazon.awssdk.services.redshift.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DataShare> |
DescribeDataSharesForProducerResponse.dataShares()
Shows the results of datashares available for producers.
|
List<DataShare> |
DescribeDataSharesResponse.dataShares()
The results returned from describing datashares.
|
List<DataShare> |
DescribeDataSharesForConsumerResponse.dataShares()
Shows the results of datashares available for consumers.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDataSharesForProducerResponse.Builder |
DescribeDataSharesForProducerResponse.Builder.dataShares(DataShare... dataShares)
Shows the results of datashares available for producers.
|
DescribeDataSharesResponse.Builder |
DescribeDataSharesResponse.Builder.dataShares(DataShare... dataShares)
The results returned from describing datashares.
|
DescribeDataSharesForConsumerResponse.Builder |
DescribeDataSharesForConsumerResponse.Builder.dataShares(DataShare... dataShares)
Shows the results of datashares available for consumers.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDataSharesForProducerResponse.Builder |
DescribeDataSharesForProducerResponse.Builder.dataShares(Collection<DataShare> dataShares)
Shows the results of datashares available for producers.
|
DescribeDataSharesResponse.Builder |
DescribeDataSharesResponse.Builder.dataShares(Collection<DataShare> dataShares)
The results returned from describing datashares.
|
DescribeDataSharesForConsumerResponse.Builder |
DescribeDataSharesForConsumerResponse.Builder.dataShares(Collection<DataShare> dataShares)
Shows the results of datashares available for consumers.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DataShare> |
DescribeDataSharesForProducerPublisher.dataShares()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DataShare> |
DescribeDataSharesForProducerIterable.dataShares()
Returns an iterable to iterate through the paginated
DescribeDataSharesForProducerResponse.dataShares()
member. |
SdkPublisher<DataShare> |
DescribeDataSharesForConsumerPublisher.dataShares()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DataShare> |
DescribeDataSharesForConsumerIterable.dataShares()
Returns an iterable to iterate through the paginated
DescribeDataSharesForConsumerResponse.dataShares()
member. |
SdkPublisher<DataShare> |
DescribeDataSharesPublisher.dataShares()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DataShare> |
DescribeDataSharesIterable.dataShares()
Returns an iterable to iterate through the paginated
DescribeDataSharesResponse.dataShares() member. |
Copyright © 2023. All rights reserved.