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