| 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 UpdateNotebookResponse |
AthenaClient.updateNotebook(Consumer<UpdateNotebookRequest.Builder> updateNotebookRequest)
Updates the contents of a Spark notebook.
|
default UpdateNotebookResponse |
AthenaClient.updateNotebook(UpdateNotebookRequest updateNotebookRequest)
Updates the contents of a Spark notebook.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateNotebookResponse> |
AthenaAsyncClient.updateNotebook(Consumer<UpdateNotebookRequest.Builder> updateNotebookRequest)
Updates the contents of a Spark notebook.
|
default CompletableFuture<UpdateNotebookResponse> |
AthenaAsyncClient.updateNotebook(UpdateNotebookRequest updateNotebookRequest)
Updates the contents of a Spark notebook.
|
Copyright © 2023. All rights reserved.