Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
DescribeDataSharesResult |
AbstractAmazonRedshift.describeDataShares(DescribeDataSharesRequest request) |
DescribeDataSharesResult |
AmazonRedshiftClient.describeDataShares(DescribeDataSharesRequest request)
Shows the status of any inbound or outbound datashares available in the specified account.
|
DescribeDataSharesResult |
AmazonRedshift.describeDataShares(DescribeDataSharesRequest describeDataSharesRequest)
Shows the status of any inbound or outbound datashares available in the specified account.
|
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 |
---|---|
DescribeDataSharesResult |
DescribeDataSharesResult.clone() |
DescribeDataSharesResult |
DescribeDataSharesResult.withDataShares(Collection<DataShare> dataShares)
The results returned from describing datashares.
|
DescribeDataSharesResult |
DescribeDataSharesResult.withDataShares(DataShare... dataShares)
The results returned from describing datashares.
|
DescribeDataSharesResult |
DescribeDataSharesResult.withMarker(String marker)
An optional parameter that specifies the starting point to return a set of response records.
|
Copyright © 2024. All rights reserved.