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