| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
UnprocessedNamedQueryId |
UnprocessedNamedQueryId.clone() |
UnprocessedNamedQueryId |
UnprocessedNamedQueryId.withErrorCode(String errorCode)
The error code returned when the processing request for the named query failed, if applicable.
|
UnprocessedNamedQueryId |
UnprocessedNamedQueryId.withErrorMessage(String errorMessage)
The error message returned when the processing request for the named query failed, if applicable.
|
UnprocessedNamedQueryId |
UnprocessedNamedQueryId.withNamedQueryId(String namedQueryId)
The unique identifier of the named query.
|
| Modifier and Type | Method and Description |
|---|---|
List<UnprocessedNamedQueryId> |
BatchGetNamedQueryResult.getUnprocessedNamedQueryIds()
Information about provided query IDs.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetNamedQueryResult |
BatchGetNamedQueryResult.withUnprocessedNamedQueryIds(UnprocessedNamedQueryId... unprocessedNamedQueryIds)
Information about provided query IDs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetNamedQueryResult.setUnprocessedNamedQueryIds(Collection<UnprocessedNamedQueryId> unprocessedNamedQueryIds)
Information about provided query IDs.
|
BatchGetNamedQueryResult |
BatchGetNamedQueryResult.withUnprocessedNamedQueryIds(Collection<UnprocessedNamedQueryId> unprocessedNamedQueryIds)
Information about provided query IDs.
|
Copyright © 2020. All rights reserved.