Uses of Class
software.amazon.awssdk.services.athena.model.UpdateNotebookResponse
-
Packages that use UpdateNotebookResponse 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. -
-
Uses of UpdateNotebookResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return UpdateNotebookResponse Modifier and Type Method Description default UpdateNotebookResponseAthenaClient. updateNotebook(Consumer<UpdateNotebookRequest.Builder> updateNotebookRequest)Updates the contents of a Spark notebook.default UpdateNotebookResponseAthenaClient. updateNotebook(UpdateNotebookRequest updateNotebookRequest)Updates the contents of a Spark notebook.Methods in software.amazon.awssdk.services.athena that return types with arguments of type UpdateNotebookResponse Modifier and Type Method 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.
-