Uses of Class
com.oracle.bmc.database.model.ScheduledAction.LifecycleState
-
Packages that use ScheduledAction.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of ScheduledAction.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type ScheduledAction.LifecycleState Modifier and Type Method Description Waiter<GetScheduledActionRequest,GetScheduledActionResponse>
DatabaseWaiters. forScheduledAction(GetScheduledActionRequest request, ScheduledAction.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetScheduledActionRequest,GetScheduledActionResponse>
DatabaseWaiters. forScheduledAction(GetScheduledActionRequest request, ScheduledAction.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetScheduledActionRequest,GetScheduledActionResponse>
DatabaseWaiters. forScheduledAction(GetScheduledActionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ScheduledAction.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ScheduledAction.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ScheduledAction.LifecycleState Modifier and Type Method Description static ScheduledAction.LifecycleState
ScheduledAction.LifecycleState. create(String key)
ScheduledAction.LifecycleState
ScheduledAction. getLifecycleState()
The current state of the Scheduled Action.static ScheduledAction.LifecycleState
ScheduledAction.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScheduledAction.LifecycleState[]
ScheduledAction.LifecycleState. 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 ScheduledAction.LifecycleState Modifier and Type Method Description ScheduledAction.Builder
ScheduledAction.Builder. lifecycleState(ScheduledAction.LifecycleState lifecycleState)
The current state of the Scheduled Action.Constructors in com.oracle.bmc.database.model with parameters of type ScheduledAction.LifecycleState Constructor Description ScheduledAction(String id, String schedulingPlanId, String compartmentId, String schedulingWindowId, String displayName, Integer actionOrder, ScheduledAction.ActionType actionType, ScheduledAction.LifecycleState lifecycleState, Integer estimatedTimeInMins, Map<String,String> actionParams, List<ActionMember> actionMembers, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date timeCreated, Date timeUpdated)
Deprecated.
-