| 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<UpdatePreparedStatementResult> |
AmazonAthenaAsyncClient.updatePreparedStatementAsync(UpdatePreparedStatementRequest request,
AsyncHandler<UpdatePreparedStatementRequest,UpdatePreparedStatementResult> asyncHandler) |
Future<UpdatePreparedStatementResult> |
AmazonAthenaAsync.updatePreparedStatementAsync(UpdatePreparedStatementRequest updatePreparedStatementRequest,
AsyncHandler<UpdatePreparedStatementRequest,UpdatePreparedStatementResult> asyncHandler)
Updates a prepared statement.
|
Future<UpdatePreparedStatementResult> |
AbstractAmazonAthenaAsync.updatePreparedStatementAsync(UpdatePreparedStatementRequest request,
AsyncHandler<UpdatePreparedStatementRequest,UpdatePreparedStatementResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdatePreparedStatementRequest |
UpdatePreparedStatementRequest.clone() |
UpdatePreparedStatementRequest |
UpdatePreparedStatementRequest.withDescription(String description)
The description of the prepared statement.
|
UpdatePreparedStatementRequest |
UpdatePreparedStatementRequest.withQueryStatement(String queryStatement)
The query string for the prepared statement.
|
UpdatePreparedStatementRequest |
UpdatePreparedStatementRequest.withStatementName(String statementName)
The name of the prepared statement.
|
UpdatePreparedStatementRequest |
UpdatePreparedStatementRequest.withWorkGroup(String workGroup)
The workgroup for the prepared statement.
|
Copyright © 2023. All rights reserved.