Uses of Class
software.amazon.awssdk.services.athena.model.DeleteNotebookResponse
-
Packages that use DeleteNotebookResponse 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 DeleteNotebookResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return DeleteNotebookResponse Modifier and Type Method Description default DeleteNotebookResponseAthenaClient. deleteNotebook(Consumer<DeleteNotebookRequest.Builder> deleteNotebookRequest)Deletes the specified notebook.default DeleteNotebookResponseAthenaClient. deleteNotebook(DeleteNotebookRequest deleteNotebookRequest)Deletes the specified notebook.Methods in software.amazon.awssdk.services.athena that return types with arguments of type DeleteNotebookResponse Modifier and Type Method Description default CompletableFuture<DeleteNotebookResponse>AthenaAsyncClient. deleteNotebook(Consumer<DeleteNotebookRequest.Builder> deleteNotebookRequest)Deletes the specified notebook.default CompletableFuture<DeleteNotebookResponse>AthenaAsyncClient. deleteNotebook(DeleteNotebookRequest deleteNotebookRequest)Deletes the specified notebook.
-