Uses of Class
com.oracle.bmc.datascience.model.ProjectLifecycleState
-
Packages that use ProjectLifecycleState Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of ProjectLifecycleState in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type ProjectLifecycleState Modifier and Type Method Description Waiter<GetProjectRequest,GetProjectResponse>
DataScienceWaiters. forProject(GetProjectRequest request, ProjectLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetProjectRequest,GetProjectResponse>
DataScienceWaiters. forProject(GetProjectRequest request, ProjectLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetProjectRequest,GetProjectResponse>
DataScienceWaiters. forProject(GetProjectRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ProjectLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ProjectLifecycleState in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ProjectLifecycleState Modifier and Type Method Description static ProjectLifecycleState
ProjectLifecycleState. create(String key)
ProjectLifecycleState
Project. getLifecycleState()
The state of the project.ProjectLifecycleState
ProjectSummary. getLifecycleState()
The state of the project.static ProjectLifecycleState
ProjectLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProjectLifecycleState[]
ProjectLifecycleState. 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 ProjectLifecycleState Modifier and Type Method Description Project.Builder
Project.Builder. lifecycleState(ProjectLifecycleState lifecycleState)
The state of the project.ProjectSummary.Builder
ProjectSummary.Builder. lifecycleState(ProjectLifecycleState lifecycleState)
The state of the project.Constructors in com.oracle.bmc.datascience.model with parameters of type ProjectLifecycleState Constructor Description Project(String id, Date timeCreated, String displayName, String description, String compartmentId, String createdBy, ProjectLifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ProjectSummary(String id, Date timeCreated, String displayName, String description, String compartmentId, String createdBy, ProjectLifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of ProjectLifecycleState in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ProjectLifecycleState Modifier and Type Method Description ProjectLifecycleState
ListProjectsRequest. getLifecycleState()
Filter results by the specified lifecycle state.
Methods in com.oracle.bmc.datascience.requests with parameters of type ProjectLifecycleState Modifier and Type Method Description ListProjectsRequest.Builder
ListProjectsRequest.Builder. lifecycleState(ProjectLifecycleState lifecycleState)
Filter results by the specified lifecycle state.
-