Package | Description |
---|---|
com.oracle.bmc.datascience | |
com.oracle.bmc.datascience.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetNotebookSessionRequest,GetNotebookSessionResponse> |
DataScienceWaiters.forNotebookSession(GetNotebookSessionRequest request,
NotebookSessionLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetNotebookSessionRequest,GetNotebookSessionResponse> |
DataScienceWaiters.forNotebookSession(GetNotebookSessionRequest request,
NotebookSessionLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetNotebookSessionRequest,GetNotebookSessionResponse> |
DataScienceWaiters.forNotebookSession(GetNotebookSessionRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
NotebookSessionLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Future<GetNotebookSessionResponse> |
DataScienceAsyncClient.getNotebookSession(GetNotebookSessionRequest request,
AsyncHandler<GetNotebookSessionRequest,GetNotebookSessionResponse> handler) |
Future<GetNotebookSessionResponse> |
DataScienceAsync.getNotebookSession(GetNotebookSessionRequest request,
AsyncHandler<GetNotebookSessionRequest,GetNotebookSessionResponse> handler)
Gets the specified notebook session’s information.
|
Modifier and Type | Method and Description |
---|---|
GetNotebookSessionRequest |
GetNotebookSessionRequest.Builder.build()
Build the instance of GetNotebookSessionRequest as configured by this builder
|
GetNotebookSessionRequest |
GetNotebookSessionRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetNotebookSessionRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetNotebookSessionRequest.Builder |
GetNotebookSessionRequest.Builder.copy(GetNotebookSessionRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.