Uses of Class
com.oracle.bmc.datascience.model.NotebookSessionLifecycleState
-
Packages that use NotebookSessionLifecycleState Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of NotebookSessionLifecycleState in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type NotebookSessionLifecycleState Modifier and Type Method Description Waiter<GetNotebookSessionRequest,GetNotebookSessionResponse>
DataScienceWaiters. forNotebookSession(GetNotebookSessionRequest request, NotebookSessionLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetNotebookSessionRequest,GetNotebookSessionResponse>
DataScienceWaiters. forNotebookSession(GetNotebookSessionRequest request, NotebookSessionLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetNotebookSessionRequest,GetNotebookSessionResponse>
DataScienceWaiters. forNotebookSession(GetNotebookSessionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, NotebookSessionLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of NotebookSessionLifecycleState in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return NotebookSessionLifecycleState Modifier and Type Method Description static NotebookSessionLifecycleState
NotebookSessionLifecycleState. create(String key)
NotebookSessionLifecycleState
NotebookSession. getLifecycleState()
The state of the notebook session.NotebookSessionLifecycleState
NotebookSessionSummary. getLifecycleState()
The state of the notebook session.static NotebookSessionLifecycleState
NotebookSessionLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotebookSessionLifecycleState[]
NotebookSessionLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datascience.model with parameters of type NotebookSessionLifecycleState Modifier and Type Method Description NotebookSession.Builder
NotebookSession.Builder. lifecycleState(NotebookSessionLifecycleState lifecycleState)
The state of the notebook session.NotebookSessionSummary.Builder
NotebookSessionSummary.Builder. lifecycleState(NotebookSessionLifecycleState lifecycleState)
The state of the notebook session.Constructors in com.oracle.bmc.datascience.model with parameters of type NotebookSessionLifecycleState Constructor Description NotebookSession(String id, Date timeCreated, String displayName, String projectId, String createdBy, String compartmentId, NotebookSessionConfigurationDetails notebookSessionConfigurationDetails, NotebookSessionConfigDetails notebookSessionConfigDetails, NotebookSessionRuntimeConfigDetails notebookSessionRuntimeConfigDetails, List<StorageMountConfigurationDetails> notebookSessionStorageMountConfigurationDetailsList, String notebookSessionUrl, NotebookSessionLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.NotebookSessionSummary(String id, Date timeCreated, String displayName, String projectId, String createdBy, String compartmentId, NotebookSessionConfigurationDetails notebookSessionConfigurationDetails, NotebookSessionConfigDetails notebookSessionConfigDetails, String notebookSessionUrl, NotebookSessionLifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of NotebookSessionLifecycleState in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return NotebookSessionLifecycleState Modifier and Type Method Description NotebookSessionLifecycleState
ListNotebookSessionsRequest. getLifecycleState()
Filter results by the specified lifecycle state.
Methods in com.oracle.bmc.datascience.requests with parameters of type NotebookSessionLifecycleState Modifier and Type Method Description ListNotebookSessionsRequest.Builder
ListNotebookSessionsRequest.Builder. lifecycleState(NotebookSessionLifecycleState lifecycleState)
Filter results by the specified lifecycle state.
-