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