| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
DataShare |
DataShare.clone() |
DataShare |
DataShare.withAllowPubliclyAccessibleConsumers(Boolean allowPubliclyAccessibleConsumers)
A value that specifies whether the datashare can be shared to a publicly accessible cluster.
|
DataShare |
DataShare.withDataShareArn(String dataShareArn)
The Amazon Resource Name (ARN) of the datashare that the consumer is to use.
|
DataShare |
DataShare.withDataShareAssociations(Collection<DataShareAssociation> dataShareAssociations)
A value that specifies when the datashare has an association between producer and data consumers.
|
DataShare |
DataShare.withDataShareAssociations(DataShareAssociation... dataShareAssociations)
A value that specifies when the datashare has an association between producer and data consumers.
|
DataShare |
DataShare.withManagedBy(String managedBy)
The identifier of a datashare to show its managing entity.
|
DataShare |
DataShare.withProducerArn(String producerArn)
The Amazon Resource Name (ARN) of the producer namespace.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataShare> |
DescribeDataSharesForProducerResult.getDataShares()
Shows the results of datashares available for producers.
|
List<DataShare> |
DescribeDataSharesForConsumerResult.getDataShares()
Shows the results of datashares available for consumers.
|
List<DataShare> |
DescribeDataSharesResult.getDataShares()
The results returned from describing datashares.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDataSharesForProducerResult |
DescribeDataSharesForProducerResult.withDataShares(DataShare... dataShares)
Shows the results of datashares available for producers.
|
DescribeDataSharesForConsumerResult |
DescribeDataSharesForConsumerResult.withDataShares(DataShare... dataShares)
Shows the results of datashares available for consumers.
|
DescribeDataSharesResult |
DescribeDataSharesResult.withDataShares(DataShare... dataShares)
The results returned from describing datashares.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDataSharesForProducerResult.setDataShares(Collection<DataShare> dataShares)
Shows the results of datashares available for producers.
|
void |
DescribeDataSharesForConsumerResult.setDataShares(Collection<DataShare> dataShares)
Shows the results of datashares available for consumers.
|
void |
DescribeDataSharesResult.setDataShares(Collection<DataShare> dataShares)
The results returned from describing datashares.
|
DescribeDataSharesForProducerResult |
DescribeDataSharesForProducerResult.withDataShares(Collection<DataShare> dataShares)
Shows the results of datashares available for producers.
|
DescribeDataSharesForConsumerResult |
DescribeDataSharesForConsumerResult.withDataShares(Collection<DataShare> dataShares)
Shows the results of datashares available for consumers.
|
DescribeDataSharesResult |
DescribeDataSharesResult.withDataShares(Collection<DataShare> dataShares)
The results returned from describing datashares.
|
Copyright © 2024. All rights reserved.