Uses of Class
com.oracle.bmc.datascience.model.CreateNotebookSessionDetails
-
Packages that use CreateNotebookSessionDetails Package Description com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of CreateNotebookSessionDetails in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return CreateNotebookSessionDetails Modifier and Type Method Description CreateNotebookSessionDetails
CreateNotebookSessionDetails.Builder. build()
Methods in com.oracle.bmc.datascience.model with parameters of type CreateNotebookSessionDetails Modifier and Type Method Description CreateNotebookSessionDetails.Builder
CreateNotebookSessionDetails.Builder. copy(CreateNotebookSessionDetails model)
-
Uses of CreateNotebookSessionDetails in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return CreateNotebookSessionDetails Modifier and Type Method Description CreateNotebookSessionDetails
CreateNotebookSessionRequest. getBody$()
Alternative accessor for the body parameter.CreateNotebookSessionDetails
CreateNotebookSessionRequest. getCreateNotebookSessionDetails()
Details for creating a new notebook session.Methods in com.oracle.bmc.datascience.requests with parameters of type CreateNotebookSessionDetails Modifier and Type Method Description CreateNotebookSessionRequest.Builder
CreateNotebookSessionRequest.Builder. body$(CreateNotebookSessionDetails body)
Alternative setter for the body parameter.CreateNotebookSessionRequest.Builder
CreateNotebookSessionRequest.Builder. createNotebookSessionDetails(CreateNotebookSessionDetails createNotebookSessionDetails)
Details for creating a new notebook session.
-