| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena |
Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
default ImportNotebookResponse |
AthenaClient.importNotebook(Consumer<ImportNotebookRequest.Builder> importNotebookRequest)
Imports a single
ipynb file to a Spark enabled workgroup. |
default ImportNotebookResponse |
AthenaClient.importNotebook(ImportNotebookRequest importNotebookRequest)
Imports a single
ipynb file to a Spark enabled workgroup. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ImportNotebookResponse> |
AthenaAsyncClient.importNotebook(Consumer<ImportNotebookRequest.Builder> importNotebookRequest)
Imports a single
ipynb file to a Spark enabled workgroup. |
default CompletableFuture<ImportNotebookResponse> |
AthenaAsyncClient.importNotebook(ImportNotebookRequest importNotebookRequest)
Imports a single
ipynb file to a Spark enabled workgroup. |
Copyright © 2023. All rights reserved.