| 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<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.
|
Future<DeletePreparedStatementResult> |
AbstractAmazonAthenaAsync.deletePreparedStatementAsync(DeletePreparedStatementRequest request,
AsyncHandler<DeletePreparedStatementRequest,DeletePreparedStatementResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeletePreparedStatementRequest |
DeletePreparedStatementRequest.clone() |
DeletePreparedStatementRequest |
DeletePreparedStatementRequest.withStatementName(String statementName)
The name of the prepared statement to delete.
|
DeletePreparedStatementRequest |
DeletePreparedStatementRequest.withWorkGroup(String workGroup)
The workgroup to which the statement to be deleted belongs.
|
Copyright © 2023. All rights reserved.