| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
UnprocessedQueryExecutionId |
UnprocessedQueryExecutionId.clone() |
UnprocessedQueryExecutionId |
UnprocessedQueryExecutionId.withErrorCode(String errorCode)
The error code returned when the query execution failed to process, if applicable.
|
UnprocessedQueryExecutionId |
UnprocessedQueryExecutionId.withErrorMessage(String errorMessage)
The error message returned when the query execution failed to process, if applicable.
|
UnprocessedQueryExecutionId |
UnprocessedQueryExecutionId.withQueryExecutionId(String queryExecutionId)
The unique identifier of the query execution.
|
| Modifier and Type | Method and Description |
|---|---|
List<UnprocessedQueryExecutionId> |
BatchGetQueryExecutionResult.getUnprocessedQueryExecutionIds()
Information about the query executions that failed to run.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetQueryExecutionResult |
BatchGetQueryExecutionResult.withUnprocessedQueryExecutionIds(UnprocessedQueryExecutionId... unprocessedQueryExecutionIds)
Information about the query executions that failed to run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetQueryExecutionResult.setUnprocessedQueryExecutionIds(Collection<UnprocessedQueryExecutionId> unprocessedQueryExecutionIds)
Information about the query executions that failed to run.
|
BatchGetQueryExecutionResult |
BatchGetQueryExecutionResult.withUnprocessedQueryExecutionIds(Collection<UnprocessedQueryExecutionId> unprocessedQueryExecutionIds)
Information about the query executions that failed to run.
|
Copyright © 2020. All rights reserved.