Uses of Class
com.oracle.bmc.datascience.responses.ListNotebookSessionsResponse
-
Packages that use ListNotebookSessionsResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of ListNotebookSessionsResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return ListNotebookSessionsResponse Modifier and Type Method Description ListNotebookSessionsResponseDataScience. listNotebookSessions(ListNotebookSessionsRequest request)Lists the notebook sessions in the specified compartment.ListNotebookSessionsResponseDataScienceClient. listNotebookSessions(ListNotebookSessionsRequest request)Methods in com.oracle.bmc.datascience that return types with arguments of type ListNotebookSessionsResponse Modifier and Type Method Description Future<ListNotebookSessionsResponse>DataScienceAsync. listNotebookSessions(ListNotebookSessionsRequest request, AsyncHandler<ListNotebookSessionsRequest,ListNotebookSessionsResponse> handler)Lists the notebook sessions in the specified compartment.Future<ListNotebookSessionsResponse>DataScienceAsyncClient. listNotebookSessions(ListNotebookSessionsRequest request, AsyncHandler<ListNotebookSessionsRequest,ListNotebookSessionsResponse> handler)Iterable<ListNotebookSessionsResponse>DataSciencePaginators. listNotebookSessionsResponseIterator(ListNotebookSessionsRequest request)Creates a new iterable which will iterate over the responses received from the listNotebookSessions operation.Method parameters in com.oracle.bmc.datascience with type arguments of type ListNotebookSessionsResponse Modifier and Type Method Description Future<ListNotebookSessionsResponse>DataScienceAsync. listNotebookSessions(ListNotebookSessionsRequest request, AsyncHandler<ListNotebookSessionsRequest,ListNotebookSessionsResponse> handler)Lists the notebook sessions in the specified compartment.Future<ListNotebookSessionsResponse>DataScienceAsyncClient. listNotebookSessions(ListNotebookSessionsRequest request, AsyncHandler<ListNotebookSessionsRequest,ListNotebookSessionsResponse> handler) -
Uses of ListNotebookSessionsResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return ListNotebookSessionsResponse Modifier and Type Method Description ListNotebookSessionsResponseListNotebookSessionsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type ListNotebookSessionsResponse Modifier and Type Method Description ListNotebookSessionsResponse.BuilderListNotebookSessionsResponse.Builder. copy(ListNotebookSessionsResponse o)Copy method to populate the builder with values from the given instance.
-