| 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 |
|---|---|
ListCalculationExecutionsResult |
AbstractAmazonAthena.listCalculationExecutions(ListCalculationExecutionsRequest request) |
ListCalculationExecutionsResult |
AmazonAthenaClient.listCalculationExecutions(ListCalculationExecutionsRequest request)
Lists the calculations that have been submitted to a session in descending order.
|
ListCalculationExecutionsResult |
AmazonAthena.listCalculationExecutions(ListCalculationExecutionsRequest listCalculationExecutionsRequest)
Lists the calculations that have been submitted to a session in descending order.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListCalculationExecutionsResult> |
AmazonAthenaAsyncClient.listCalculationExecutionsAsync(ListCalculationExecutionsRequest request,
AsyncHandler<ListCalculationExecutionsRequest,ListCalculationExecutionsResult> asyncHandler) |
Future<ListCalculationExecutionsResult> |
AmazonAthenaAsync.listCalculationExecutionsAsync(ListCalculationExecutionsRequest listCalculationExecutionsRequest,
AsyncHandler<ListCalculationExecutionsRequest,ListCalculationExecutionsResult> asyncHandler)
Lists the calculations that have been submitted to a session in descending order.
|
Future<ListCalculationExecutionsResult> |
AbstractAmazonAthenaAsync.listCalculationExecutionsAsync(ListCalculationExecutionsRequest request,
AsyncHandler<ListCalculationExecutionsRequest,ListCalculationExecutionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCalculationExecutionsResult |
ListCalculationExecutionsResult.clone() |
ListCalculationExecutionsResult |
ListCalculationExecutionsResult.withCalculations(CalculationSummary... calculations)
A list of CalculationSummary objects.
|
ListCalculationExecutionsResult |
ListCalculationExecutionsResult.withCalculations(Collection<CalculationSummary> calculations)
A list of CalculationSummary objects.
|
ListCalculationExecutionsResult |
ListCalculationExecutionsResult.withNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
Copyright © 2024. All rights reserved.