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<DeleteNotebookResult> |
AbstractAmazonAthenaAsync.deleteNotebookAsync(DeleteNotebookRequest request,
AsyncHandler<DeleteNotebookRequest,DeleteNotebookResult> asyncHandler) |
Future<DeleteNotebookResult> |
AmazonAthenaAsyncClient.deleteNotebookAsync(DeleteNotebookRequest request,
AsyncHandler<DeleteNotebookRequest,DeleteNotebookResult> asyncHandler) |
Future<DeleteNotebookResult> |
AmazonAthenaAsync.deleteNotebookAsync(DeleteNotebookRequest deleteNotebookRequest,
AsyncHandler<DeleteNotebookRequest,DeleteNotebookResult> asyncHandler)
Deletes the specified notebook.
|
Modifier and Type | Method and Description |
---|---|
DeleteNotebookRequest |
DeleteNotebookRequest.clone() |
DeleteNotebookRequest |
DeleteNotebookRequest.withNotebookId(String notebookId)
The ID of the notebook to delete.
|
Copyright © 2023. All rights reserved.