Uses of Class
software.amazon.awssdk.services.athena.model.QueryExecutionContext
-
Packages that use QueryExecutionContext Package Description software.amazon.awssdk.services.athena.model -
-
Uses of QueryExecutionContext in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return QueryExecutionContext Modifier and Type Method Description QueryExecutionContextQueryExecution. queryExecutionContext()The database in which the query execution occurred.QueryExecutionContextStartQueryExecutionRequest. queryExecutionContext()The database within which the query executes.Methods in software.amazon.awssdk.services.athena.model with parameters of type QueryExecutionContext Modifier and Type Method Description QueryExecution.BuilderQueryExecution.Builder. queryExecutionContext(QueryExecutionContext queryExecutionContext)The database in which the query execution occurred.StartQueryExecutionRequest.BuilderStartQueryExecutionRequest.Builder. queryExecutionContext(QueryExecutionContext queryExecutionContext)The database within which the query executes.
-