Uses of Class
software.amazon.awssdk.services.redshift.model.DisassociateDataShareConsumerResponse
-
Packages that use DisassociateDataShareConsumerResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of DisassociateDataShareConsumerResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DisassociateDataShareConsumerResponse Modifier and Type Method Description default DisassociateDataShareConsumerResponseRedshiftClient. disassociateDataShareConsumer(Consumer<DisassociateDataShareConsumerRequest.Builder> disassociateDataShareConsumerRequest)From a datashare consumer account, remove association for the specified datashare.default DisassociateDataShareConsumerResponseRedshiftClient. disassociateDataShareConsumer(DisassociateDataShareConsumerRequest disassociateDataShareConsumerRequest)From a datashare consumer account, remove association for the specified datashare.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DisassociateDataShareConsumerResponse Modifier and Type Method Description default CompletableFuture<DisassociateDataShareConsumerResponse>RedshiftAsyncClient. disassociateDataShareConsumer(Consumer<DisassociateDataShareConsumerRequest.Builder> disassociateDataShareConsumerRequest)From a datashare consumer account, remove association for the specified datashare.default CompletableFuture<DisassociateDataShareConsumerResponse>RedshiftAsyncClient. disassociateDataShareConsumer(DisassociateDataShareConsumerRequest disassociateDataShareConsumerRequest)From a datashare consumer account, remove association for the specified datashare.
-