| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.model |
| 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 CompletableFuture<DescribeDataSharesResponse> |
RedshiftAsyncClient.describeDataShares(Consumer<DescribeDataSharesRequest.Builder> describeDataSharesRequest)
Shows the status of any inbound or outbound datashares available in the specified account.
|
default DescribeDataSharesIterable |
RedshiftClient.describeDataSharesPaginator(Consumer<DescribeDataSharesRequest.Builder> describeDataSharesRequest)
Shows the status of any inbound or outbound datashares available in the specified account.
|
default DescribeDataSharesPublisher |
RedshiftAsyncClient.describeDataSharesPaginator(Consumer<DescribeDataSharesRequest.Builder> describeDataSharesRequest)
Shows the status of any inbound or outbound datashares available in the specified account.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeDataSharesRequest.Builder |
DescribeDataSharesRequest.builder() |
DescribeDataSharesRequest.Builder |
DescribeDataSharesRequest.Builder.dataShareArn(String dataShareArn)
The identifier of the datashare to describe details of.
|
DescribeDataSharesRequest.Builder |
DescribeDataSharesRequest.Builder.marker(String marker)
An optional parameter that specifies the starting point to return a set of response records.
|
DescribeDataSharesRequest.Builder |
DescribeDataSharesRequest.Builder.maxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
DescribeDataSharesRequest.Builder |
DescribeDataSharesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeDataSharesRequest.Builder |
DescribeDataSharesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeDataSharesRequest.Builder |
DescribeDataSharesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeDataSharesRequest.Builder> |
DescribeDataSharesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.