| 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 |
|---|---|
StartQueryExecutionResult |
AbstractAmazonAthena.startQueryExecution(StartQueryExecutionRequest request) |
StartQueryExecutionResult |
AmazonAthenaClient.startQueryExecution(StartQueryExecutionRequest request)
Runs the SQL query statements contained in the
Query. |
StartQueryExecutionResult |
AmazonAthena.startQueryExecution(StartQueryExecutionRequest startQueryExecutionRequest)
Runs the SQL query statements contained in the
Query. |
| Modifier and Type | Method and Description |
|---|---|
Future<StartQueryExecutionResult> |
AmazonAthenaAsyncClient.startQueryExecutionAsync(StartQueryExecutionRequest request,
AsyncHandler<StartQueryExecutionRequest,StartQueryExecutionResult> asyncHandler) |
Future<StartQueryExecutionResult> |
AbstractAmazonAthenaAsync.startQueryExecutionAsync(StartQueryExecutionRequest request,
AsyncHandler<StartQueryExecutionRequest,StartQueryExecutionResult> asyncHandler) |
Future<StartQueryExecutionResult> |
AmazonAthenaAsync.startQueryExecutionAsync(StartQueryExecutionRequest startQueryExecutionRequest,
AsyncHandler<StartQueryExecutionRequest,StartQueryExecutionResult> asyncHandler)
Runs the SQL query statements contained in the
Query. |
| Modifier and Type | Method and Description |
|---|---|
StartQueryExecutionResult |
StartQueryExecutionResult.clone() |
StartQueryExecutionResult |
StartQueryExecutionResult.withQueryExecutionId(String queryExecutionId)
The unique ID of the query that ran as a result of this request.
|
Copyright © 2024. All rights reserved.