| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
GetPreparedStatementResponse.preparedStatement()
The name of the prepared statement that was retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
List<PreparedStatement> |
BatchGetPreparedStatementResponse.preparedStatements()
The list of prepared statements returned.
|
| Modifier and Type | Method and Description |
|---|---|
GetPreparedStatementResponse.Builder |
GetPreparedStatementResponse.Builder.preparedStatement(PreparedStatement preparedStatement)
The name of the prepared statement that was retrieved.
|
BatchGetPreparedStatementResponse.Builder |
BatchGetPreparedStatementResponse.Builder.preparedStatements(PreparedStatement... preparedStatements)
The list of prepared statements returned.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetPreparedStatementResponse.Builder |
BatchGetPreparedStatementResponse.Builder.preparedStatements(Collection<PreparedStatement> preparedStatements)
The list of prepared statements returned.
|
Copyright © 2023. All rights reserved.