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)
An Amazon Resource Name (ARN) that references the datashare that is owned by a specific namespace of the producer
cluster.
|
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.
|
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 © 2023. All rights reserved.