Uses of Class
com.oracle.bmc.database.model.ExecutionWindow.LifecycleSubstate
-
Packages that use ExecutionWindow.LifecycleSubstate Package Description com.oracle.bmc.database.model -
-
Uses of ExecutionWindow.LifecycleSubstate in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ExecutionWindow.LifecycleSubstate Modifier and Type Method Description static ExecutionWindow.LifecycleSubstate
ExecutionWindow.LifecycleSubstate. create(String key)
ExecutionWindow.LifecycleSubstate
ExecutionWindow. getLifecycleSubstate()
The current sub-state of the execution window.static ExecutionWindow.LifecycleSubstate
ExecutionWindow.LifecycleSubstate. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecutionWindow.LifecycleSubstate[]
ExecutionWindow.LifecycleSubstate. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type ExecutionWindow.LifecycleSubstate Modifier and Type Method Description ExecutionWindow.Builder
ExecutionWindow.Builder. lifecycleSubstate(ExecutionWindow.LifecycleSubstate lifecycleSubstate)
The current sub-state of the execution window.Constructors in com.oracle.bmc.database.model with parameters of type ExecutionWindow.LifecycleSubstate Constructor Description ExecutionWindow(String id, String executionResourceId, String compartmentId, String displayName, String description, ExecutionWindow.LifecycleState lifecycleState, ExecutionWindow.LifecycleSubstate lifecycleSubstate, String lifecycleDetails, Date timeCreated, Date timeUpdated, Date timeStarted, Date timeEnded, Date timeScheduled, Integer windowDurationInMins, Boolean isEnforcedDuration, Integer estimatedTimeInMins, Integer totalTimeTakenInMins, ExecutionWindow.WindowType windowType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-