Uses of Class
software.amazon.awssdk.services.redshift.model.AssociateDataShareConsumerResponse
-
Packages that use AssociateDataShareConsumerResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of AssociateDataShareConsumerResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return AssociateDataShareConsumerResponse Modifier and Type Method Description default AssociateDataShareConsumerResponseRedshiftClient. associateDataShareConsumer(Consumer<AssociateDataShareConsumerRequest.Builder> associateDataShareConsumerRequest)From a datashare consumer account, associates a datashare with the account (AssociateEntireAccount) or the specified namespace (ConsumerArn).default AssociateDataShareConsumerResponseRedshiftClient. associateDataShareConsumer(AssociateDataShareConsumerRequest associateDataShareConsumerRequest)From a datashare consumer account, associates a datashare with the account (AssociateEntireAccount) or the specified namespace (ConsumerArn).Methods in software.amazon.awssdk.services.redshift that return types with arguments of type AssociateDataShareConsumerResponse Modifier and Type Method Description default CompletableFuture<AssociateDataShareConsumerResponse>RedshiftAsyncClient. associateDataShareConsumer(Consumer<AssociateDataShareConsumerRequest.Builder> associateDataShareConsumerRequest)From a datashare consumer account, associates a datashare with the account (AssociateEntireAccount) or the specified namespace (ConsumerArn).default CompletableFuture<AssociateDataShareConsumerResponse>RedshiftAsyncClient. associateDataShareConsumer(AssociateDataShareConsumerRequest associateDataShareConsumerRequest)From a datashare consumer account, associates a datashare with the account (AssociateEntireAccount) or the specified namespace (ConsumerArn).
-