Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
Future<DescribeDataSharesResult> |
AbstractAmazonRedshiftAsync.describeDataSharesAsync(DescribeDataSharesRequest request,
AsyncHandler<DescribeDataSharesRequest,DescribeDataSharesResult> asyncHandler) |
Future<DescribeDataSharesResult> |
AmazonRedshiftAsync.describeDataSharesAsync(DescribeDataSharesRequest describeDataSharesRequest,
AsyncHandler<DescribeDataSharesRequest,DescribeDataSharesResult> asyncHandler)
Shows the status of any inbound or outbound datashares available in the specified account.
|
Future<DescribeDataSharesResult> |
AmazonRedshiftAsyncClient.describeDataSharesAsync(DescribeDataSharesRequest request,
AsyncHandler<DescribeDataSharesRequest,DescribeDataSharesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeDataSharesRequest |
DescribeDataSharesRequest.clone() |
DescribeDataSharesRequest |
DescribeDataSharesRequest.withDataShareArn(String dataShareArn)
The identifier of the datashare to describe details of.
|
DescribeDataSharesRequest |
DescribeDataSharesRequest.withMarker(String marker)
An optional parameter that specifies the starting point to return a set of response records.
|
DescribeDataSharesRequest |
DescribeDataSharesRequest.withMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
Copyright © 2023. All rights reserved.