Uses of Class
software.amazon.awssdk.services.athena.model.NotebookSessionSummary
-
Packages that use NotebookSessionSummary Package Description software.amazon.awssdk.services.athena.model -
-
Uses of NotebookSessionSummary in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type NotebookSessionSummary Modifier and Type Method Description List<NotebookSessionSummary>ListNotebookSessionsResponse. notebookSessionsList()A list of the sessions belonging to the notebook.Methods in software.amazon.awssdk.services.athena.model with parameters of type NotebookSessionSummary Modifier and Type Method Description ListNotebookSessionsResponse.BuilderListNotebookSessionsResponse.Builder. notebookSessionsList(NotebookSessionSummary... notebookSessionsList)A list of the sessions belonging to the notebook.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type NotebookSessionSummary Modifier and Type Method Description ListNotebookSessionsResponse.BuilderListNotebookSessionsResponse.Builder. notebookSessionsList(Collection<NotebookSessionSummary> notebookSessionsList)A list of the sessions belonging to the notebook.
-