Uses of Class
software.amazon.awssdk.services.redshift.model.DescribeDataSharesRequest
-
Packages that use DescribeDataSharesRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.paginators software.amazon.awssdk.services.redshift.transform -
-
Uses of DescribeDataSharesRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type DescribeDataSharesRequest Modifier and Type Method Description default CompletableFuture<DescribeDataSharesResponse>RedshiftAsyncClient. describeDataShares(DescribeDataSharesRequest 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.default DescribeDataSharesPublisherRedshiftAsyncClient. describeDataSharesPaginator(DescribeDataSharesRequest describeDataSharesRequest)Shows the status of any inbound or outbound datashares available in the specified account.default DescribeDataSharesIterableRedshiftClient. describeDataSharesPaginator(DescribeDataSharesRequest describeDataSharesRequest)Shows the status of any inbound or outbound datashares available in the specified account. -
Uses of DescribeDataSharesRequest in software.amazon.awssdk.services.redshift.paginators
Constructors in software.amazon.awssdk.services.redshift.paginators with parameters of type DescribeDataSharesRequest Constructor Description DescribeDataSharesIterable(RedshiftClient client, DescribeDataSharesRequest firstRequest)DescribeDataSharesPublisher(RedshiftAsyncClient client, DescribeDataSharesRequest firstRequest) -
Uses of DescribeDataSharesRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type DescribeDataSharesRequest Modifier and Type Method Description SdkHttpFullRequestDescribeDataSharesRequestMarshaller. marshall(DescribeDataSharesRequest describeDataSharesRequest)
-