| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
NotebookSessionSummary |
NotebookSessionSummary.clone() |
NotebookSessionSummary |
NotebookSessionSummary.withCreationTime(Date creationTime)
The time when the notebook session was created.
|
NotebookSessionSummary |
NotebookSessionSummary.withSessionId(String sessionId)
The notebook session ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotebookSessionSummary> |
ListNotebookSessionsResult.getNotebookSessionsList()
A list of the sessions belonging to the notebook.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotebookSessionsResult |
ListNotebookSessionsResult.withNotebookSessionsList(NotebookSessionSummary... notebookSessionsList)
A list of the sessions belonging to the notebook.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListNotebookSessionsResult.setNotebookSessionsList(Collection<NotebookSessionSummary> notebookSessionsList)
A list of the sessions belonging to the notebook.
|
ListNotebookSessionsResult |
ListNotebookSessionsResult.withNotebookSessionsList(Collection<NotebookSessionSummary> notebookSessionsList)
A list of the sessions belonging to the notebook.
|
Copyright © 2023. All rights reserved.