Uses of Class
com.oracle.bmc.datascience.model.NotebookSessionShapeSummary
-
Packages that use NotebookSessionShapeSummary Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.model com.oracle.bmc.datascience.responses -
-
Uses of NotebookSessionShapeSummary in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return types with arguments of type NotebookSessionShapeSummary Modifier and Type Method Description Iterable<NotebookSessionShapeSummary>
DataSciencePaginators. listNotebookSessionShapesRecordIterator(ListNotebookSessionShapesRequest request)
Creates a new iterable which will iterate over theNotebookSessionShapeSummary
objects contained in responses from the listNotebookSessionShapes operation. -
Uses of NotebookSessionShapeSummary in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return NotebookSessionShapeSummary Modifier and Type Method Description NotebookSessionShapeSummary
NotebookSessionShapeSummary.Builder. build()
Methods in com.oracle.bmc.datascience.model with parameters of type NotebookSessionShapeSummary Modifier and Type Method Description NotebookSessionShapeSummary.Builder
NotebookSessionShapeSummary.Builder. copy(NotebookSessionShapeSummary model)
-
Uses of NotebookSessionShapeSummary in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return types with arguments of type NotebookSessionShapeSummary Modifier and Type Method Description List<NotebookSessionShapeSummary>
ListNotebookSessionShapesResponse. getItems()
A list of com.oracle.bmc.datascience.model.NotebookSessionShapeSummary instances.Method parameters in com.oracle.bmc.datascience.responses with type arguments of type NotebookSessionShapeSummary Modifier and Type Method Description ListNotebookSessionShapesResponse.Builder
ListNotebookSessionShapesResponse.Builder. items(List<NotebookSessionShapeSummary> items)
A list of com.oracle.bmc.datascience.model.NotebookSessionShapeSummary instances.
-