| 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.withEngineVersion(EngineVersion engineVersion)
The engine version that executed the query.
|
QueryExecution |
QueryExecution.withExecutionParameters(Collection<String> executionParameters)
A list of values for the parameters in a query.
|
QueryExecution |
QueryExecution.withExecutionParameters(String... executionParameters)
A list of values for the parameters in a query.
|
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.withQueryResultsS3AccessGrantsConfiguration(QueryResultsS3AccessGrantsConfiguration queryResultsS3AccessGrantsConfiguration)
Specifies whether Amazon S3 access grants are enabled for query results.
|
QueryExecution |
QueryExecution.withResultConfiguration(ResultConfiguration resultConfiguration)
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used
for query results.
|
QueryExecution |
QueryExecution.withResultReuseConfiguration(ResultReuseConfiguration resultReuseConfiguration)
Specifies the query result reuse behavior that was used for the query.
|
QueryExecution |
QueryExecution.withStatementType(StatementType statementType)
The type of query statement that was run.
|
QueryExecution |
QueryExecution.withStatementType(String statementType)
The type of query statement that was run.
|
QueryExecution |
QueryExecution.withStatistics(QueryExecutionStatistics statistics)
Query execution statistics, such as the amount of data scanned, the amount of time that the query took to
process, and the type of statement that was run.
|
QueryExecution |
QueryExecution.withStatus(QueryExecutionStatus status)
The completion date, current state, submission time, and state change reason (if applicable) for the query
execution.
|
QueryExecution |
QueryExecution.withSubstatementType(String substatementType)
The kind of query statement that was run.
|
QueryExecution |
QueryExecution.withWorkGroup(String workGroup)
The name of the workgroup in which the query ran.
|
| 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 © 2025. All rights reserved.