Uses of Class
com.oracle.bmc.osmanagementhub.model.LifecycleEnvironment.LifecycleState
- 
Packages that use LifecycleEnvironment.LifecycleState Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests 
- 
- 
Uses of LifecycleEnvironment.LifecycleState in com.oracle.bmc.osmanagementhub
- 
Uses of LifecycleEnvironment.LifecycleState in com.oracle.bmc.osmanagementhub.modelMethods in com.oracle.bmc.osmanagementhub.model that return LifecycleEnvironment.LifecycleState Modifier and Type Method Description static LifecycleEnvironment.LifecycleStateLifecycleEnvironment.LifecycleState. create(String key)LifecycleEnvironment.LifecycleStateLifecycleEnvironment. getLifecycleState()The current state of the lifecycle environment.LifecycleEnvironment.LifecycleStateLifecycleEnvironmentSummary. getLifecycleState()The current state of the lifecycle environment.static LifecycleEnvironment.LifecycleStateLifecycleEnvironment.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static LifecycleEnvironment.LifecycleState[]LifecycleEnvironment.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type LifecycleEnvironment.LifecycleState Modifier and Type Method Description LifecycleEnvironment.BuilderLifecycleEnvironment.Builder. lifecycleState(LifecycleEnvironment.LifecycleState lifecycleState)The current state of the lifecycle environment.LifecycleEnvironmentSummary.BuilderLifecycleEnvironmentSummary.Builder. lifecycleState(LifecycleEnvironment.LifecycleState lifecycleState)The current state of the lifecycle environment.
- 
Uses of LifecycleEnvironment.LifecycleState in com.oracle.bmc.osmanagementhub.requestsMethods in com.oracle.bmc.osmanagementhub.requests that return LifecycleEnvironment.LifecycleState Modifier and Type Method Description LifecycleEnvironment.LifecycleStateListLifecycleEnvironmentsRequest. getLifecycleState()A filter to return only the lifecycle environments that match the display name given.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type LifecycleEnvironment.LifecycleState Modifier and Type Method Description ListLifecycleEnvironmentsRequest.BuilderListLifecycleEnvironmentsRequest.Builder. lifecycleState(LifecycleEnvironment.LifecycleState lifecycleState)A filter to return only the lifecycle environments that match the display name given.
 
-