Uses of Class
com.oracle.bmc.datascience.requests.ListNotebookSessionsRequest
-
Packages that use ListNotebookSessionsRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of ListNotebookSessionsRequest in com.oracle.bmc.datascience
Method parameters in com.oracle.bmc.datascience with type arguments of type ListNotebookSessionsRequest 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 ListNotebookSessionsRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ListNotebookSessionsRequest Modifier and Type Method Description ListNotebookSessionsRequestListNotebookSessionsRequest.Builder. build()Build the instance of ListNotebookSessionsRequest as configured by this builderListNotebookSessionsRequestListNotebookSessionsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListNotebookSessionsRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type ListNotebookSessionsRequest Modifier and Type Method Description ListNotebookSessionsRequest.BuilderListNotebookSessionsRequest.Builder. copy(ListNotebookSessionsRequest o)Copy method to populate the builder with values from the given instance.
-