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.model
Methods in com.oracle.bmc.osmanagementhub.model that return LifecycleEnvironment.LifecycleState Modifier and Type Method Description static LifecycleEnvironment.LifecycleState
LifecycleEnvironment.LifecycleState. create(String key)
LifecycleEnvironment.LifecycleState
LifecycleEnvironment. getLifecycleState()
The current state of the lifecycle environment.LifecycleEnvironment.LifecycleState
LifecycleEnvironmentSummary. getLifecycleState()
The current state of the lifecycle environment.static LifecycleEnvironment.LifecycleState
LifecycleEnvironment.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.Builder
LifecycleEnvironment.Builder. lifecycleState(LifecycleEnvironment.LifecycleState lifecycleState)
The current state of the lifecycle environment.LifecycleEnvironmentSummary.Builder
LifecycleEnvironmentSummary.Builder. lifecycleState(LifecycleEnvironment.LifecycleState lifecycleState)
The current state of the lifecycle environment. -
Uses of LifecycleEnvironment.LifecycleState in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return LifecycleEnvironment.LifecycleState Modifier and Type Method Description LifecycleEnvironment.LifecycleState
ListLifecycleEnvironmentsRequest. 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.Builder
ListLifecycleEnvironmentsRequest.Builder. lifecycleState(LifecycleEnvironment.LifecycleState lifecycleState)
A filter to return only the lifecycle environments that match the display name given.
-