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 QueryExecutionGetQueryExecutionResponse. 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.BuilderGetQueryExecutionResponse.Builder. queryExecution(QueryExecution queryExecution)Information about the query execution.BatchGetQueryExecutionResponse.BuilderBatchGetQueryExecutionResponse.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.BuilderBatchGetQueryExecutionResponse.Builder. queryExecutions(Collection<QueryExecution> queryExecutions)Information about a query execution.
-