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