| 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<ListQueryExecutionsResult> |
AbstractAmazonAthenaAsync.listQueryExecutionsAsync(ListQueryExecutionsRequest request,
AsyncHandler<ListQueryExecutionsRequest,ListQueryExecutionsResult> asyncHandler) |
Future<ListQueryExecutionsResult> |
AmazonAthenaAsync.listQueryExecutionsAsync(ListQueryExecutionsRequest listQueryExecutionsRequest,
AsyncHandler<ListQueryExecutionsRequest,ListQueryExecutionsResult> asyncHandler)
Provides a list of available query execution IDs for the queries in the specified workgroup.
|
Future<ListQueryExecutionsResult> |
AmazonAthenaAsyncClient.listQueryExecutionsAsync(ListQueryExecutionsRequest request,
AsyncHandler<ListQueryExecutionsRequest,ListQueryExecutionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListQueryExecutionsRequest |
ListQueryExecutionsRequest.clone() |
ListQueryExecutionsRequest |
ListQueryExecutionsRequest.withMaxResults(Integer maxResults)
The maximum number of query executions to return in this request.
|
ListQueryExecutionsRequest |
ListQueryExecutionsRequest.withNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListQueryExecutionsRequest |
ListQueryExecutionsRequest.withWorkGroup(String workGroup)
The name of the workgroup from which queries are being returned.
|
Copyright © 2024. All rights reserved.