| 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 |
|---|---|
ImportNotebookResult |
AbstractAmazonAthena.importNotebook(ImportNotebookRequest request) |
ImportNotebookResult |
AmazonAthenaClient.importNotebook(ImportNotebookRequest request)
Imports a single
ipynb file to a Spark enabled workgroup. |
ImportNotebookResult |
AmazonAthena.importNotebook(ImportNotebookRequest importNotebookRequest)
Imports a single
ipynb file to a Spark enabled workgroup. |
| Modifier and Type | Method and Description |
|---|---|
Future<ImportNotebookResult> |
AbstractAmazonAthenaAsync.importNotebookAsync(ImportNotebookRequest request,
AsyncHandler<ImportNotebookRequest,ImportNotebookResult> asyncHandler) |
Future<ImportNotebookResult> |
AmazonAthenaAsync.importNotebookAsync(ImportNotebookRequest importNotebookRequest,
AsyncHandler<ImportNotebookRequest,ImportNotebookResult> asyncHandler)
Imports a single
ipynb file to a Spark enabled workgroup. |
Future<ImportNotebookResult> |
AmazonAthenaAsyncClient.importNotebookAsync(ImportNotebookRequest request,
AsyncHandler<ImportNotebookRequest,ImportNotebookResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ImportNotebookResult |
ImportNotebookResult.clone() |
ImportNotebookResult |
ImportNotebookResult.withNotebookId(String notebookId)
The ID assigned to the imported notebook.
|
Copyright © 2023. All rights reserved.