| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
List<DataShare> |
DescribeDataSharesForConsumerResponse.dataShares()
Shows the results of datashares available for consumers.
|
List<DataShare> |
DescribeDataSharesResponse.dataShares()
The results returned from describing datashares.
|
List<DataShare> |
DescribeDataSharesForProducerResponse.dataShares()
Shows the results of datashares available for producers.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDataSharesForConsumerResponse.Builder |
DescribeDataSharesForConsumerResponse.Builder.dataShares(DataShare... dataShares)
Shows the results of datashares available for consumers.
|
DescribeDataSharesResponse.Builder |
DescribeDataSharesResponse.Builder.dataShares(DataShare... dataShares)
The results returned from describing datashares.
|
DescribeDataSharesForProducerResponse.Builder |
DescribeDataSharesForProducerResponse.Builder.dataShares(DataShare... dataShares)
Shows the results of datashares available for producers.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDataSharesForConsumerResponse.Builder |
DescribeDataSharesForConsumerResponse.Builder.dataShares(Collection<DataShare> dataShares)
Shows the results of datashares available for consumers.
|
DescribeDataSharesResponse.Builder |
DescribeDataSharesResponse.Builder.dataShares(Collection<DataShare> dataShares)
The results returned from describing datashares.
|
DescribeDataSharesForProducerResponse.Builder |
DescribeDataSharesForProducerResponse.Builder.dataShares(Collection<DataShare> dataShares)
Shows the results of datashares available for producers.
|
Copyright © 2021. All rights reserved.