| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
UnprocessedPreparedStatementName |
UnprocessedPreparedStatementName.clone() |
UnprocessedPreparedStatementName |
UnprocessedPreparedStatementName.withErrorCode(String errorCode)
The error code returned when the request for the prepared statement failed.
|
UnprocessedPreparedStatementName |
UnprocessedPreparedStatementName.withErrorMessage(String errorMessage)
The error message containing the reason why the prepared statement could not be returned.
|
UnprocessedPreparedStatementName |
UnprocessedPreparedStatementName.withStatementName(String statementName)
The name of a prepared statement that could not be returned due to an error.
|
| Modifier and Type | Method and Description |
|---|---|
List<UnprocessedPreparedStatementName> |
BatchGetPreparedStatementResult.getUnprocessedPreparedStatementNames()
A list of one or more prepared statements that were requested but could not be returned.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetPreparedStatementResult |
BatchGetPreparedStatementResult.withUnprocessedPreparedStatementNames(UnprocessedPreparedStatementName... unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetPreparedStatementResult.setUnprocessedPreparedStatementNames(Collection<UnprocessedPreparedStatementName> unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
|
BatchGetPreparedStatementResult |
BatchGetPreparedStatementResult.withUnprocessedPreparedStatementNames(Collection<UnprocessedPreparedStatementName> unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
|
Copyright © 2025. All rights reserved.