| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
NotebookMetadata |
GetNotebookMetadataResponse.notebookMetadata()
The metadata that is returned for the specified notebook ID.
|
NotebookMetadata |
ExportNotebookResponse.notebookMetadata()
The notebook metadata, including notebook ID, notebook name, and workgroup name.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotebookMetadata> |
ListNotebookMetadataResponse.notebookMetadataList()
The list of notebook metadata for the specified workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
GetNotebookMetadataResponse.Builder |
GetNotebookMetadataResponse.Builder.notebookMetadata(NotebookMetadata notebookMetadata)
The metadata that is returned for the specified notebook ID.
|
ExportNotebookResponse.Builder |
ExportNotebookResponse.Builder.notebookMetadata(NotebookMetadata notebookMetadata)
The notebook metadata, including notebook ID, notebook name, and workgroup name.
|
ListNotebookMetadataResponse.Builder |
ListNotebookMetadataResponse.Builder.notebookMetadataList(NotebookMetadata... notebookMetadataList)
The list of notebook metadata for the specified workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotebookMetadataResponse.Builder |
ListNotebookMetadataResponse.Builder.notebookMetadataList(Collection<NotebookMetadata> notebookMetadataList)
The list of notebook metadata for the specified workgroup.
|
Copyright © 2023. All rights reserved.