Uses of Class
software.amazon.awssdk.services.athena.model.ExportNotebookResponse
-
Packages that use ExportNotebookResponse 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 ExportNotebookResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return ExportNotebookResponse Modifier and Type Method Description default ExportNotebookResponseAthenaClient. exportNotebook(Consumer<ExportNotebookRequest.Builder> exportNotebookRequest)Exports the specified notebook and its metadata.default ExportNotebookResponseAthenaClient. exportNotebook(ExportNotebookRequest exportNotebookRequest)Exports the specified notebook and its metadata.Methods in software.amazon.awssdk.services.athena that return types with arguments of type ExportNotebookResponse Modifier and Type Method Description default CompletableFuture<ExportNotebookResponse>AthenaAsyncClient. exportNotebook(Consumer<ExportNotebookRequest.Builder> exportNotebookRequest)Exports the specified notebook and its metadata.default CompletableFuture<ExportNotebookResponse>AthenaAsyncClient. exportNotebook(ExportNotebookRequest exportNotebookRequest)Exports the specified notebook and its metadata.
-