Uses of Class
software.amazon.awssdk.services.athena.model.NotebookMetadata
-
Packages that use NotebookMetadata Package Description software.amazon.awssdk.services.athena.model -
-
Uses of NotebookMetadata in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return NotebookMetadata Modifier and Type Method Description NotebookMetadataExportNotebookResponse. notebookMetadata()The notebook metadata, including notebook ID, notebook name, and workgroup name.NotebookMetadataGetNotebookMetadataResponse. notebookMetadata()The metadata that is returned for the specified notebook ID.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type NotebookMetadata Modifier and Type Method Description List<NotebookMetadata>ListNotebookMetadataResponse. notebookMetadataList()The list of notebook metadata for the specified workgroup.Methods in software.amazon.awssdk.services.athena.model with parameters of type NotebookMetadata Modifier and Type Method Description ExportNotebookResponse.BuilderExportNotebookResponse.Builder. notebookMetadata(NotebookMetadata notebookMetadata)The notebook metadata, including notebook ID, notebook name, and workgroup name.GetNotebookMetadataResponse.BuilderGetNotebookMetadataResponse.Builder. notebookMetadata(NotebookMetadata notebookMetadata)The metadata that is returned for the specified notebook ID.ListNotebookMetadataResponse.BuilderListNotebookMetadataResponse.Builder. notebookMetadataList(NotebookMetadata... notebookMetadataList)The list of notebook metadata for the specified workgroup.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type NotebookMetadata Modifier and Type Method Description ListNotebookMetadataResponse.BuilderListNotebookMetadataResponse.Builder. notebookMetadataList(Collection<NotebookMetadata> notebookMetadataList)The list of notebook metadata for the specified workgroup.
-