Package | Description |
---|---|
com.amazonaws.services.athena.model |
Modifier and Type | Method and Description |
---|---|
QueryExecutionStatus |
QueryExecutionStatus.clone() |
QueryExecutionStatus |
QueryExecution.getStatus()
The completion date, current state, submission time, and state change reason (if applicable) for the query
execution.
|
QueryExecutionStatus |
QueryExecutionStatus.withCompletionDateTime(Date completionDateTime)
The date and time that the query completed.
|
QueryExecutionStatus |
QueryExecutionStatus.withState(QueryExecutionState state)
The state of query execution.
|
QueryExecutionStatus |
QueryExecutionStatus.withState(String state)
The state of query execution.
|
QueryExecutionStatus |
QueryExecutionStatus.withStateChangeReason(String stateChangeReason)
Further detail about the status of the query.
|
QueryExecutionStatus |
QueryExecutionStatus.withSubmissionDateTime(Date submissionDateTime)
The date and time that the query was submitted.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryExecution.setStatus(QueryExecutionStatus status)
The completion date, current state, submission time, and state change reason (if applicable) for the query
execution.
|
QueryExecution |
QueryExecution.withStatus(QueryExecutionStatus status)
The completion date, current state, submission time, and state change reason (if applicable) for the query
execution.
|
Copyright © 2019. All rights reserved.