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 |
AbstractAmazonAthena.getQueryExecution(GetQueryExecutionRequest request) |
GetQueryExecutionResult |
AmazonAthena.getQueryExecution(GetQueryExecutionRequest getQueryExecutionRequest)
Returns information about a single execution of a query.
|
GetQueryExecutionResult |
AmazonAthenaClient.getQueryExecution(GetQueryExecutionRequest request)
Returns information about a single execution of a query.
|
Modifier and Type | Method and Description |
---|---|
Future<GetQueryExecutionResult> |
AmazonAthenaAsyncClient.getQueryExecutionAsync(GetQueryExecutionRequest request,
AsyncHandler<GetQueryExecutionRequest,GetQueryExecutionResult> asyncHandler) |
Future<GetQueryExecutionResult> |
AmazonAthenaAsync.getQueryExecutionAsync(GetQueryExecutionRequest getQueryExecutionRequest,
AsyncHandler<GetQueryExecutionRequest,GetQueryExecutionResult> asyncHandler)
Returns information about a single execution of a query.
|
Future<GetQueryExecutionResult> |
AbstractAmazonAthenaAsync.getQueryExecutionAsync(GetQueryExecutionRequest request,
AsyncHandler<GetQueryExecutionRequest,GetQueryExecutionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetQueryExecutionResult |
GetQueryExecutionResult.clone() |
GetQueryExecutionResult |
GetQueryExecutionResult.withQueryExecution(QueryExecution queryExecution)
Information about the query execution.
|
Copyright © 2018. All rights reserved.