| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeDataSharesResponse |
RedshiftClient.describeDataShares(Consumer<DescribeDataSharesRequest.Builder> describeDataSharesRequest)
Shows the status of any inbound or outbound datashares available in the specified account.
|
default DescribeDataSharesResponse |
RedshiftClient.describeDataShares(DescribeDataSharesRequest describeDataSharesRequest)
Shows the status of any inbound or outbound datashares available in the specified account.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeDataSharesResponse> |
DescribeDataSharesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDataSharesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeDataSharesResponse> subscriber) |
Copyright © 2022. All rights reserved.