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