| 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 |
|---|---|
ListQueryExecutionsResult |
AbstractAmazonAthena.listQueryExecutions(ListQueryExecutionsRequest request) |
ListQueryExecutionsResult |
AmazonAthenaClient.listQueryExecutions(ListQueryExecutionsRequest request)
Provides a list of available query execution IDs for the queries in the specified workgroup.
|
ListQueryExecutionsResult |
AmazonAthena.listQueryExecutions(ListQueryExecutionsRequest listQueryExecutionsRequest)
Provides a list of available query execution IDs for the queries in the specified workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListQueryExecutionsResult> |
AmazonAthenaAsyncClient.listQueryExecutionsAsync(ListQueryExecutionsRequest request,
AsyncHandler<ListQueryExecutionsRequest,ListQueryExecutionsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListQueryExecutionsResult |
ListQueryExecutionsResult.clone() |
ListQueryExecutionsResult |
ListQueryExecutionsResult.withNextToken(String nextToken)
A token to be used by the next request if this request is truncated.
|
ListQueryExecutionsResult |
ListQueryExecutionsResult.withQueryExecutionIds(Collection<String> queryExecutionIds)
The unique IDs of each query execution as an array of strings.
|
ListQueryExecutionsResult |
ListQueryExecutionsResult.withQueryExecutionIds(String... queryExecutionIds)
The unique IDs of each query execution as an array of strings.
|
Copyright © 2022. All rights reserved.