| Package | Description |
|---|---|
| com.amazonaws.services.athena |
Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.
|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetPreparedStatementResult |
AmazonAthenaClient.batchGetPreparedStatement(BatchGetPreparedStatementRequest request)
Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of
prepared statement names that you provide.
|
BatchGetPreparedStatementResult |
AbstractAmazonAthena.batchGetPreparedStatement(BatchGetPreparedStatementRequest request) |
BatchGetPreparedStatementResult |
AmazonAthena.batchGetPreparedStatement(BatchGetPreparedStatementRequest batchGetPreparedStatementRequest)
Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of
prepared statement names that you provide.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetPreparedStatementResult |
BatchGetPreparedStatementResult.clone() |
BatchGetPreparedStatementResult |
BatchGetPreparedStatementResult.withPreparedStatements(Collection<PreparedStatement> preparedStatements)
The list of prepared statements returned.
|
BatchGetPreparedStatementResult |
BatchGetPreparedStatementResult.withPreparedStatements(PreparedStatement... preparedStatements)
The list of prepared statements returned.
|
BatchGetPreparedStatementResult |
BatchGetPreparedStatementResult.withUnprocessedPreparedStatementNames(Collection<UnprocessedPreparedStatementName> unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
|
BatchGetPreparedStatementResult |
BatchGetPreparedStatementResult.withUnprocessedPreparedStatementNames(UnprocessedPreparedStatementName... unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
|
Copyright © 2023. All rights reserved.