Uses of Class
software.amazon.awssdk.services.athena.model.QueryExecution
-
Packages that use QueryExecution Package Description software.amazon.awssdk.services.athena.model -
-
Uses of QueryExecution in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return QueryExecution Modifier and Type Method Description QueryExecution
GetQueryExecutionResponse. queryExecution()
Information about the query execution.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type QueryExecution Modifier and Type Method Description List<QueryExecution>
BatchGetQueryExecutionResponse. queryExecutions()
Information about a query execution.Methods in software.amazon.awssdk.services.athena.model with parameters of type QueryExecution Modifier and Type Method Description GetQueryExecutionResponse.Builder
GetQueryExecutionResponse.Builder. queryExecution(QueryExecution queryExecution)
Information about the query execution.BatchGetQueryExecutionResponse.Builder
BatchGetQueryExecutionResponse.Builder. queryExecutions(QueryExecution... queryExecutions)
Information about a query execution.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type QueryExecution Modifier and Type Method Description BatchGetQueryExecutionResponse.Builder
BatchGetQueryExecutionResponse.Builder. queryExecutions(Collection<QueryExecution> queryExecutions)
Information about a query execution.
-