| 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 |
|---|---|
GetPreparedStatementResult |
AbstractAmazonAthena.getPreparedStatement(GetPreparedStatementRequest request) |
GetPreparedStatementResult |
AmazonAthenaClient.getPreparedStatement(GetPreparedStatementRequest request)
Retrieves the prepared statement with the specified name from the specified workgroup.
|
GetPreparedStatementResult |
AmazonAthena.getPreparedStatement(GetPreparedStatementRequest getPreparedStatementRequest)
Retrieves the prepared statement with the specified name from the specified workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetPreparedStatementResult> |
AbstractAmazonAthenaAsync.getPreparedStatementAsync(GetPreparedStatementRequest request,
AsyncHandler<GetPreparedStatementRequest,GetPreparedStatementResult> asyncHandler) |
Future<GetPreparedStatementResult> |
AmazonAthenaAsyncClient.getPreparedStatementAsync(GetPreparedStatementRequest request,
AsyncHandler<GetPreparedStatementRequest,GetPreparedStatementResult> asyncHandler) |
Future<GetPreparedStatementResult> |
AmazonAthenaAsync.getPreparedStatementAsync(GetPreparedStatementRequest getPreparedStatementRequest,
AsyncHandler<GetPreparedStatementRequest,GetPreparedStatementResult> asyncHandler)
Retrieves the prepared statement with the specified name from the specified workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
GetPreparedStatementResult |
GetPreparedStatementResult.clone() |
GetPreparedStatementResult |
GetPreparedStatementResult.withPreparedStatement(PreparedStatement preparedStatement)
The name of the prepared statement that was retrieved.
|
Copyright © 2024. All rights reserved.