Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
AssociateDataShareConsumerResult |
AbstractAmazonRedshift.associateDataShareConsumer(AssociateDataShareConsumerRequest request) |
AssociateDataShareConsumerResult |
AmazonRedshiftClient.associateDataShareConsumer(AssociateDataShareConsumerRequest request)
From a datashare consumer account, associates a datashare with the account (AssociateEntireAccount) or the
specified namespace (ConsumerArn).
|
AssociateDataShareConsumerResult |
AmazonRedshift.associateDataShareConsumer(AssociateDataShareConsumerRequest associateDataShareConsumerRequest)
From a datashare consumer account, associates a datashare with the account (AssociateEntireAccount) or the
specified namespace (ConsumerArn).
|
Modifier and Type | Method and Description |
---|---|
AssociateDataShareConsumerResult |
AssociateDataShareConsumerResult.clone() |
AssociateDataShareConsumerResult |
AssociateDataShareConsumerResult.withAllowPubliclyAccessibleConsumers(Boolean allowPubliclyAccessibleConsumers)
A value that specifies whether the datashare can be shared to a publicly accessible cluster.
|
AssociateDataShareConsumerResult |
AssociateDataShareConsumerResult.withDataShareArn(String dataShareArn)
The Amazon Resource Name (ARN) of the datashare that the consumer is to use.
|
AssociateDataShareConsumerResult |
AssociateDataShareConsumerResult.withDataShareAssociations(Collection<DataShareAssociation> dataShareAssociations)
A value that specifies when the datashare has an association between producer and data consumers.
|
AssociateDataShareConsumerResult |
AssociateDataShareConsumerResult.withDataShareAssociations(DataShareAssociation... dataShareAssociations)
A value that specifies when the datashare has an association between producer and data consumers.
|
AssociateDataShareConsumerResult |
AssociateDataShareConsumerResult.withManagedBy(String managedBy)
The identifier of a datashare to show its managing entity.
|
AssociateDataShareConsumerResult |
AssociateDataShareConsumerResult.withProducerArn(String producerArn)
The Amazon Resource Name (ARN) of the producer namespace.
|
Copyright © 2024. All rights reserved.