| 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<ExportNotebookResult> |
AmazonAthenaAsyncClient.exportNotebookAsync(ExportNotebookRequest request,
AsyncHandler<ExportNotebookRequest,ExportNotebookResult> asyncHandler) |
Future<ExportNotebookResult> |
AbstractAmazonAthenaAsync.exportNotebookAsync(ExportNotebookRequest request,
AsyncHandler<ExportNotebookRequest,ExportNotebookResult> asyncHandler) |
Future<ExportNotebookResult> |
AmazonAthenaAsync.exportNotebookAsync(ExportNotebookRequest exportNotebookRequest,
AsyncHandler<ExportNotebookRequest,ExportNotebookResult> asyncHandler)
Exports the specified notebook and its metadata.
|
| Modifier and Type | Method and Description |
|---|---|
ExportNotebookRequest |
ExportNotebookRequest.clone() |
ExportNotebookRequest |
ExportNotebookRequest.withNotebookId(String notebookId)
The ID of the notebook to export.
|
Copyright © 2023. All rights reserved.