| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatementSummary |
PreparedStatementSummary.clone() |
PreparedStatementSummary |
PreparedStatementSummary.withLastModifiedTime(Date lastModifiedTime)
The last modified time of the prepared statement.
|
PreparedStatementSummary |
PreparedStatementSummary.withStatementName(String statementName)
The name of the prepared statement.
|
| Modifier and Type | Method and Description |
|---|---|
List<PreparedStatementSummary> |
ListPreparedStatementsResult.getPreparedStatements()
The list of prepared statements for the workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
ListPreparedStatementsResult |
ListPreparedStatementsResult.withPreparedStatements(PreparedStatementSummary... preparedStatements)
The list of prepared statements for the workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPreparedStatementsResult.setPreparedStatements(Collection<PreparedStatementSummary> preparedStatements)
The list of prepared statements for the workgroup.
|
ListPreparedStatementsResult |
ListPreparedStatementsResult.withPreparedStatements(Collection<PreparedStatementSummary> preparedStatements)
The list of prepared statements for the workgroup.
|
Copyright © 2024. All rights reserved.