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.
|