Uses of Class
software.amazon.awssdk.services.redshift.model.DescribeDataSharesForProducerResponse
-
Packages that use DescribeDataSharesForProducerResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.paginators -
-
Uses of DescribeDataSharesForProducerResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DescribeDataSharesForProducerResponse Modifier and Type Method Description default DescribeDataSharesForProducerResponseRedshiftClient. describeDataSharesForProducer(Consumer<DescribeDataSharesForProducerRequest.Builder> describeDataSharesForProducerRequest)Returns a list of datashares when the account identifier being called is a producer account identifier.default DescribeDataSharesForProducerResponseRedshiftClient. describeDataSharesForProducer(DescribeDataSharesForProducerRequest describeDataSharesForProducerRequest)Returns a list of datashares when the account identifier being called is a producer account identifier.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DescribeDataSharesForProducerResponse Modifier and Type Method Description default CompletableFuture<DescribeDataSharesForProducerResponse>RedshiftAsyncClient. describeDataSharesForProducer(Consumer<DescribeDataSharesForProducerRequest.Builder> describeDataSharesForProducerRequest)Returns a list of datashares when the account identifier being called is a producer account identifier.default CompletableFuture<DescribeDataSharesForProducerResponse>RedshiftAsyncClient. describeDataSharesForProducer(DescribeDataSharesForProducerRequest describeDataSharesForProducerRequest)Returns a list of datashares when the account identifier being called is a producer account identifier. -
Uses of DescribeDataSharesForProducerResponse in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type DescribeDataSharesForProducerResponse Modifier and Type Method Description Iterator<DescribeDataSharesForProducerResponse>DescribeDataSharesForProducerIterable. iterator()Method parameters in software.amazon.awssdk.services.redshift.paginators with type arguments of type DescribeDataSharesForProducerResponse Modifier and Type Method Description voidDescribeDataSharesForProducerPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeDataSharesForProducerResponse> subscriber)
-