Uses of Class
software.amazon.awssdk.services.athena.model.CreateNotebookRequest
-
Packages that use CreateNotebookRequest 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 CreateNotebookRequest in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena with parameters of type CreateNotebookRequest Modifier and Type Method Description default CompletableFuture<CreateNotebookResponse>AthenaAsyncClient. createNotebook(CreateNotebookRequest createNotebookRequest)Creates an emptyipynbfile in the specified Apache Spark enabled workgroup.default CreateNotebookResponseAthenaClient. createNotebook(CreateNotebookRequest createNotebookRequest)Creates an emptyipynbfile in the specified Apache Spark enabled workgroup. -
Uses of CreateNotebookRequest in software.amazon.awssdk.services.athena.transform
Methods in software.amazon.awssdk.services.athena.transform with parameters of type CreateNotebookRequest Modifier and Type Method Description SdkHttpFullRequestCreateNotebookRequestMarshaller. marshall(CreateNotebookRequest createNotebookRequest)
-