Uses of Class
software.amazon.awssdk.services.redshift.model.DescribeDataSharesForConsumerResponse
-
Packages that use DescribeDataSharesForConsumerResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.paginators -
-
Uses of DescribeDataSharesForConsumerResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DescribeDataSharesForConsumerResponse Modifier and Type Method Description default DescribeDataSharesForConsumerResponseRedshiftClient. describeDataSharesForConsumer(Consumer<DescribeDataSharesForConsumerRequest.Builder> describeDataSharesForConsumerRequest)Returns a list of datashares where the account identifier being called is a consumer account identifier.default DescribeDataSharesForConsumerResponseRedshiftClient. describeDataSharesForConsumer(DescribeDataSharesForConsumerRequest describeDataSharesForConsumerRequest)Returns a list of datashares where the account identifier being called is a consumer account identifier.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DescribeDataSharesForConsumerResponse Modifier and Type Method Description default CompletableFuture<DescribeDataSharesForConsumerResponse>RedshiftAsyncClient. describeDataSharesForConsumer(Consumer<DescribeDataSharesForConsumerRequest.Builder> describeDataSharesForConsumerRequest)Returns a list of datashares where the account identifier being called is a consumer account identifier.default CompletableFuture<DescribeDataSharesForConsumerResponse>RedshiftAsyncClient. describeDataSharesForConsumer(DescribeDataSharesForConsumerRequest describeDataSharesForConsumerRequest)Returns a list of datashares where the account identifier being called is a consumer account identifier. -
Uses of DescribeDataSharesForConsumerResponse in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type DescribeDataSharesForConsumerResponse Modifier and Type Method Description Iterator<DescribeDataSharesForConsumerResponse>DescribeDataSharesForConsumerIterable. iterator()Method parameters in software.amazon.awssdk.services.redshift.paginators with type arguments of type DescribeDataSharesForConsumerResponse Modifier and Type Method Description voidDescribeDataSharesForConsumerPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeDataSharesForConsumerResponse> subscriber)
-