Uses of Class
software.amazon.awssdk.services.redshift.model.DescribeDataSharesResponse
-
Packages that use DescribeDataSharesResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.paginators -
-
Uses of DescribeDataSharesResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DescribeDataSharesResponse Modifier and Type Method Description default DescribeDataSharesResponseRedshiftClient. describeDataShares(Consumer<DescribeDataSharesRequest.Builder> describeDataSharesRequest)Shows the status of any inbound or outbound datashares available in the specified account.default DescribeDataSharesResponseRedshiftClient. describeDataShares(DescribeDataSharesRequest describeDataSharesRequest)Shows the status of any inbound or outbound datashares available in the specified account.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DescribeDataSharesResponse Modifier and Type Method Description default CompletableFuture<DescribeDataSharesResponse>RedshiftAsyncClient. describeDataShares(Consumer<DescribeDataSharesRequest.Builder> describeDataSharesRequest)Shows the status of any inbound or outbound datashares available in the specified account.default CompletableFuture<DescribeDataSharesResponse>RedshiftAsyncClient. describeDataShares(DescribeDataSharesRequest describeDataSharesRequest)Shows the status of any inbound or outbound datashares available in the specified account. -
Uses of DescribeDataSharesResponse in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type DescribeDataSharesResponse Modifier and Type Method Description Iterator<DescribeDataSharesResponse>DescribeDataSharesIterable. iterator()Method parameters in software.amazon.awssdk.services.redshift.paginators with type arguments of type DescribeDataSharesResponse Modifier and Type Method Description voidDescribeDataSharesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeDataSharesResponse> subscriber)
-