| 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 |
|---|---|
DeletePreparedStatementResult |
AbstractAmazonAthena.deletePreparedStatement(DeletePreparedStatementRequest request) |
DeletePreparedStatementResult |
AmazonAthenaClient.deletePreparedStatement(DeletePreparedStatementRequest request)
Deletes the prepared statement with the specified name from the specified workgroup.
|
DeletePreparedStatementResult |
AmazonAthena.deletePreparedStatement(DeletePreparedStatementRequest deletePreparedStatementRequest)
Deletes the prepared statement with the specified name from the specified workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeletePreparedStatementResult> |
AbstractAmazonAthenaAsync.deletePreparedStatementAsync(DeletePreparedStatementRequest request,
AsyncHandler<DeletePreparedStatementRequest,DeletePreparedStatementResult> asyncHandler) |
Future<DeletePreparedStatementResult> |
AmazonAthenaAsyncClient.deletePreparedStatementAsync(DeletePreparedStatementRequest request,
AsyncHandler<DeletePreparedStatementRequest,DeletePreparedStatementResult> asyncHandler) |
Future<DeletePreparedStatementResult> |
AmazonAthenaAsync.deletePreparedStatementAsync(DeletePreparedStatementRequest deletePreparedStatementRequest,
AsyncHandler<DeletePreparedStatementRequest,DeletePreparedStatementResult> asyncHandler)
Deletes the prepared statement with the specified name from the specified workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
DeletePreparedStatementResult |
DeletePreparedStatementResult.clone() |
Copyright © 2024. All rights reserved.