Uses of Class
com.oracle.bmc.database.model.ExecutionAction.LifecycleSubstate
-
Packages that use ExecutionAction.LifecycleSubstate Package Description com.oracle.bmc.database.model -
-
Uses of ExecutionAction.LifecycleSubstate in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ExecutionAction.LifecycleSubstate Modifier and Type Method Description static ExecutionAction.LifecycleSubstate
ExecutionAction.LifecycleSubstate. create(String key)
ExecutionAction.LifecycleSubstate
ExecutionAction. getLifecycleSubstate()
The current sub-state of the execution action.static ExecutionAction.LifecycleSubstate
ExecutionAction.LifecycleSubstate. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecutionAction.LifecycleSubstate[]
ExecutionAction.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 ExecutionAction.LifecycleSubstate Modifier and Type Method Description ExecutionAction.Builder
ExecutionAction.Builder. lifecycleSubstate(ExecutionAction.LifecycleSubstate lifecycleSubstate)
The current sub-state of the execution action.Constructors in com.oracle.bmc.database.model with parameters of type ExecutionAction.LifecycleSubstate Constructor Description ExecutionAction(String id, String executionWindowId, String compartmentId, String displayName, String description, ExecutionAction.LifecycleState lifecycleState, ExecutionAction.LifecycleSubstate lifecycleSubstate, String lifecycleDetails, Date timeCreated, Date timeUpdated, Integer estimatedTimeInMins, Integer totalTimeTakenInMins, Integer executionActionOrder, ExecutionAction.ActionType actionType, Map<String,String> actionParams, List<ExecutionActionMember> actionMembers, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-