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 |
---|---|
Future<StartQueryExecutionResult> |
AmazonAthenaAsyncClient.startQueryExecutionAsync(StartQueryExecutionRequest request,
AsyncHandler<StartQueryExecutionRequest,StartQueryExecutionResult> asyncHandler) |
Future<StartQueryExecutionResult> |
AmazonAthenaAsync.startQueryExecutionAsync(StartQueryExecutionRequest startQueryExecutionRequest,
AsyncHandler<StartQueryExecutionRequest,StartQueryExecutionResult> asyncHandler)
Runs (executes) the SQL query statements contained in the
Query string. |
Future<StartQueryExecutionResult> |
AbstractAmazonAthenaAsync.startQueryExecutionAsync(StartQueryExecutionRequest request,
AsyncHandler<StartQueryExecutionRequest,StartQueryExecutionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
StartQueryExecutionRequest |
StartQueryExecutionRequest.clone() |
StartQueryExecutionRequest |
StartQueryExecutionRequest.withClientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once).
|
StartQueryExecutionRequest |
StartQueryExecutionRequest.withQueryExecutionContext(QueryExecutionContext queryExecutionContext)
The database within which the query executes.
|
StartQueryExecutionRequest |
StartQueryExecutionRequest.withQueryString(String queryString)
The SQL query statements to be executed.
|
StartQueryExecutionRequest |
StartQueryExecutionRequest.withResultConfiguration(ResultConfiguration resultConfiguration)
Specifies information about where and how to save the results of the query execution.
|
Copyright © 2017. All rights reserved.