| 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 CreateNotebookResponse |
AthenaClient.createNotebook(Consumer<CreateNotebookRequest.Builder> createNotebookRequest)
Creates an empty
ipynb file in the specified Apache Spark enabled workgroup. |
default CreateNotebookResponse |
AthenaClient.createNotebook(CreateNotebookRequest createNotebookRequest)
Creates an empty
ipynb file in the specified Apache Spark enabled workgroup. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateNotebookResponse> |
AthenaAsyncClient.createNotebook(Consumer<CreateNotebookRequest.Builder> createNotebookRequest)
Creates an empty
ipynb file in the specified Apache Spark enabled workgroup. |
default CompletableFuture<CreateNotebookResponse> |
AthenaAsyncClient.createNotebook(CreateNotebookRequest createNotebookRequest)
Creates an empty
ipynb file in the specified Apache Spark enabled workgroup. |
Copyright © 2023. All rights reserved.