| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetPreparedStatementResponse.Builder |
BatchGetPreparedStatementResponse.builder() |
BatchGetPreparedStatementResponse.Builder |
BatchGetPreparedStatementResponse.Builder.preparedStatements(Collection<PreparedStatement> preparedStatements)
The list of prepared statements returned.
|
BatchGetPreparedStatementResponse.Builder |
BatchGetPreparedStatementResponse.Builder.preparedStatements(Consumer<PreparedStatement.Builder>... preparedStatements)
The list of prepared statements returned.
|
BatchGetPreparedStatementResponse.Builder |
BatchGetPreparedStatementResponse.Builder.preparedStatements(PreparedStatement... preparedStatements)
The list of prepared statements returned.
|
BatchGetPreparedStatementResponse.Builder |
BatchGetPreparedStatementResponse.toBuilder() |
BatchGetPreparedStatementResponse.Builder |
BatchGetPreparedStatementResponse.Builder.unprocessedPreparedStatementNames(Collection<UnprocessedPreparedStatementName> unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
|
BatchGetPreparedStatementResponse.Builder |
BatchGetPreparedStatementResponse.Builder.unprocessedPreparedStatementNames(Consumer<UnprocessedPreparedStatementName.Builder>... unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
|
BatchGetPreparedStatementResponse.Builder |
BatchGetPreparedStatementResponse.Builder.unprocessedPreparedStatementNames(UnprocessedPreparedStatementName... unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetPreparedStatementResponse.Builder> |
BatchGetPreparedStatementResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.