| 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 |
|---|---|
GetQueryExecutionResult |
AmazonAthena.getQueryExecution(GetQueryExecutionRequest getQueryExecutionRequest)
Returns information about a single execution of a query if you have access to the workgroup in which the query
ran.
|
GetQueryExecutionResult |
AmazonAthenaClient.getQueryExecution(GetQueryExecutionRequest request)
Returns information about a single execution of a query if you have access to the workgroup in which the query
ran.
|
GetQueryExecutionResult |
AbstractAmazonAthena.getQueryExecution(GetQueryExecutionRequest request) |
Future<GetQueryExecutionResult> |
AmazonAthenaAsync.getQueryExecutionAsync(GetQueryExecutionRequest getQueryExecutionRequest)
Returns information about a single execution of a query if you have access to the workgroup in which the query
ran.
|
Future<GetQueryExecutionResult> |
AmazonAthenaAsyncClient.getQueryExecutionAsync(GetQueryExecutionRequest request) |
Future<GetQueryExecutionResult> |
AbstractAmazonAthenaAsync.getQueryExecutionAsync(GetQueryExecutionRequest request) |
Future<GetQueryExecutionResult> |
AmazonAthenaAsync.getQueryExecutionAsync(GetQueryExecutionRequest getQueryExecutionRequest,
AsyncHandler<GetQueryExecutionRequest,GetQueryExecutionResult> asyncHandler)
Returns information about a single execution of a query if you have access to the workgroup in which the query
ran.
|
Future<GetQueryExecutionResult> |
AmazonAthenaAsyncClient.getQueryExecutionAsync(GetQueryExecutionRequest request,
AsyncHandler<GetQueryExecutionRequest,GetQueryExecutionResult> asyncHandler) |
Future<GetQueryExecutionResult> |
AbstractAmazonAthenaAsync.getQueryExecutionAsync(GetQueryExecutionRequest request,
AsyncHandler<GetQueryExecutionRequest,GetQueryExecutionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetQueryExecutionResult> |
AmazonAthenaAsync.getQueryExecutionAsync(GetQueryExecutionRequest getQueryExecutionRequest,
AsyncHandler<GetQueryExecutionRequest,GetQueryExecutionResult> asyncHandler)
Returns information about a single execution of a query if you have access to the workgroup in which the query
ran.
|
Future<GetQueryExecutionResult> |
AmazonAthenaAsyncClient.getQueryExecutionAsync(GetQueryExecutionRequest request,
AsyncHandler<GetQueryExecutionRequest,GetQueryExecutionResult> asyncHandler) |
Future<GetQueryExecutionResult> |
AbstractAmazonAthenaAsync.getQueryExecutionAsync(GetQueryExecutionRequest request,
AsyncHandler<GetQueryExecutionRequest,GetQueryExecutionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetQueryExecutionRequest |
GetQueryExecutionRequest.clone() |
GetQueryExecutionRequest |
GetQueryExecutionRequest.withQueryExecutionId(String queryExecutionId)
The unique ID of the query execution.
|
Copyright © 2021. All rights reserved.