| 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> |
AbstractAmazonAthenaAsync.startQueryExecutionAsync(StartQueryExecutionRequest request,
AsyncHandler<StartQueryExecutionRequest,StartQueryExecutionResult> asyncHandler) |
Future<StartQueryExecutionResult> |
AmazonAthenaAsyncClient.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 |
|---|---|
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.withExecutionParameters(Collection<String> executionParameters)
A list of values for the parameters in a query.
|
StartQueryExecutionRequest |
StartQueryExecutionRequest.withExecutionParameters(String... executionParameters)
A list of values for the parameters in a query.
|
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.
|
StartQueryExecutionRequest |
StartQueryExecutionRequest.withWorkGroup(String workGroup)
The name of the workgroup in which the query is being started.
|
Copyright © 2022. All rights reserved.