Uses of Class
software.amazon.awssdk.services.athena.model.QueryExecutionStatus
-
Packages that use QueryExecutionStatus Package Description software.amazon.awssdk.services.athena.model -
-
Uses of QueryExecutionStatus in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return QueryExecutionStatus Modifier and Type Method Description QueryExecutionStatusQueryExecution. status()The completion date, current state, submission time, and state change reason (if applicable) for the query execution.Methods in software.amazon.awssdk.services.athena.model with parameters of type QueryExecutionStatus Modifier and Type Method Description QueryExecution.BuilderQueryExecution.Builder. status(QueryExecutionStatus status)The completion date, current state, submission time, and state change reason (if applicable) for the query execution.
-