| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
QueryExecution |
QueryExecution.clone() |
QueryExecution |
GetQueryExecutionResult.getQueryExecution()
Information about the query execution.
|
QueryExecution |
QueryExecution.withQuery(String query)
The SQL query statements which the query execution ran.
|
QueryExecution |
QueryExecution.withQueryExecutionContext(QueryExecutionContext queryExecutionContext)
The database in which the query execution occurred.
|
QueryExecution |
QueryExecution.withQueryExecutionId(String queryExecutionId)
The unique identifier for each query execution.
|
QueryExecution |
QueryExecution.withResultConfiguration(ResultConfiguration resultConfiguration)
The location in Amazon S3 where query results were stored and the encryption option, if any, used for query
results.
|
QueryExecution |
QueryExecution.withStatistics(QueryExecutionStatistics statistics)
The amount of data scanned during the query execution and the amount of time that it took to execute.
|
QueryExecution |
QueryExecution.withStatus(QueryExecutionStatus status)
The completion date, current state, submission time, and state change reason (if applicable) for the query
execution.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryExecution> |
BatchGetQueryExecutionResult.getQueryExecutions()
Information about a query execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetQueryExecutionResult.setQueryExecution(QueryExecution queryExecution)
Information about the query execution.
|
GetQueryExecutionResult |
GetQueryExecutionResult.withQueryExecution(QueryExecution queryExecution)
Information about the query execution.
|
BatchGetQueryExecutionResult |
BatchGetQueryExecutionResult.withQueryExecutions(QueryExecution... queryExecutions)
Information about a query execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetQueryExecutionResult.setQueryExecutions(Collection<QueryExecution> queryExecutions)
Information about a query execution.
|
BatchGetQueryExecutionResult |
BatchGetQueryExecutionResult.withQueryExecutions(Collection<QueryExecution> queryExecutions)
Information about a query execution.
|
Copyright © 2018. All rights reserved.