| Package | Description |
|---|---|
| com.amazonaws.services.athena |
Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.
|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListPreparedStatementsResult> |
AbstractAmazonAthenaAsync.listPreparedStatementsAsync(ListPreparedStatementsRequest request,
AsyncHandler<ListPreparedStatementsRequest,ListPreparedStatementsResult> asyncHandler) |
Future<ListPreparedStatementsResult> |
AmazonAthenaAsync.listPreparedStatementsAsync(ListPreparedStatementsRequest listPreparedStatementsRequest,
AsyncHandler<ListPreparedStatementsRequest,ListPreparedStatementsResult> asyncHandler)
Lists the prepared statements in the specified workgroup.
|
Future<ListPreparedStatementsResult> |
AmazonAthenaAsyncClient.listPreparedStatementsAsync(ListPreparedStatementsRequest request,
AsyncHandler<ListPreparedStatementsRequest,ListPreparedStatementsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPreparedStatementsRequest |
ListPreparedStatementsRequest.clone() |
ListPreparedStatementsRequest |
ListPreparedStatementsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListPreparedStatementsRequest |
ListPreparedStatementsRequest.withNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListPreparedStatementsRequest |
ListPreparedStatementsRequest.withWorkGroup(String workGroup)
The workgroup to list the prepared statements for.
|
Copyright © 2023. All rights reserved.