Package | Description |
---|---|
com.oracle.bmc.datascience | |
com.oracle.bmc.datascience.responses |
Modifier and Type | Method and Description |
---|---|
ListNotebookSessionsResponse |
DataScienceClient.listNotebookSessions(ListNotebookSessionsRequest request) |
ListNotebookSessionsResponse |
DataScience.listNotebookSessions(ListNotebookSessionsRequest request)
Lists the notebook sessions in the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
Future<ListNotebookSessionsResponse> |
DataScienceAsyncClient.listNotebookSessions(ListNotebookSessionsRequest request,
AsyncHandler<ListNotebookSessionsRequest,ListNotebookSessionsResponse> handler) |
Future<ListNotebookSessionsResponse> |
DataScienceAsync.listNotebookSessions(ListNotebookSessionsRequest request,
AsyncHandler<ListNotebookSessionsRequest,ListNotebookSessionsResponse> handler)
Lists the notebook sessions in the specified compartment.
|
Iterable<ListNotebookSessionsResponse> |
DataSciencePaginators.listNotebookSessionsResponseIterator(ListNotebookSessionsRequest request)
Creates a new iterable which will iterate over the responses received from the
listNotebookSessions operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListNotebookSessionsResponse> |
DataScienceAsyncClient.listNotebookSessions(ListNotebookSessionsRequest request,
AsyncHandler<ListNotebookSessionsRequest,ListNotebookSessionsResponse> handler) |
Future<ListNotebookSessionsResponse> |
DataScienceAsync.listNotebookSessions(ListNotebookSessionsRequest request,
AsyncHandler<ListNotebookSessionsRequest,ListNotebookSessionsResponse> handler)
Lists the notebook sessions in the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
ListNotebookSessionsResponse |
ListNotebookSessionsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListNotebookSessionsResponse.Builder |
ListNotebookSessionsResponse.Builder.copy(ListNotebookSessionsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.