| 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 |
|---|---|
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 |
|---|---|
GetPreparedStatementRequest |
GetPreparedStatementRequest.clone() |
GetPreparedStatementRequest |
GetPreparedStatementRequest.withStatementName(String statementName)
The name of the prepared statement to retrieve.
|
GetPreparedStatementRequest |
GetPreparedStatementRequest.withWorkGroup(String workGroup)
The workgroup to which the statement to be retrieved belongs.
|
Copyright © 2025. All rights reserved.