| 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 |
|---|---|
DeleteNotebookResult |
AbstractAmazonAthena.deleteNotebook(DeleteNotebookRequest request) |
DeleteNotebookResult |
AmazonAthenaClient.deleteNotebook(DeleteNotebookRequest request)
Deletes the specified notebook.
|
DeleteNotebookResult |
AmazonAthena.deleteNotebook(DeleteNotebookRequest deleteNotebookRequest)
Deletes the specified notebook.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteNotebookResult> |
AmazonAthenaAsyncClient.deleteNotebookAsync(DeleteNotebookRequest request,
AsyncHandler<DeleteNotebookRequest,DeleteNotebookResult> asyncHandler) |
Future<DeleteNotebookResult> |
AbstractAmazonAthenaAsync.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 |
|---|---|
DeleteNotebookResult |
DeleteNotebookResult.clone() |
Copyright © 2024. All rights reserved.