Uses of Class
com.oracle.bmc.database.model.ExecutionWindow.LifecycleState
-
Packages that use ExecutionWindow.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of ExecutionWindow.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type ExecutionWindow.LifecycleState Modifier and Type Method Description Waiter<GetExecutionWindowRequest,GetExecutionWindowResponse>
DatabaseWaiters. forExecutionWindow(GetExecutionWindowRequest request, ExecutionWindow.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetExecutionWindowRequest,GetExecutionWindowResponse>
DatabaseWaiters. forExecutionWindow(GetExecutionWindowRequest request, ExecutionWindow.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetExecutionWindowRequest,GetExecutionWindowResponse>
DatabaseWaiters. forExecutionWindow(GetExecutionWindowRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ExecutionWindow.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ExecutionWindow.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ExecutionWindow.LifecycleState Modifier and Type Method Description static ExecutionWindow.LifecycleState
ExecutionWindow.LifecycleState. create(String key)
ExecutionWindow.LifecycleState
ExecutionWindow. getLifecycleState()
The current state of the Schedule Policy.static ExecutionWindow.LifecycleState
ExecutionWindow.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecutionWindow.LifecycleState[]
ExecutionWindow.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 ExecutionWindow.LifecycleState Modifier and Type Method Description ExecutionWindow.Builder
ExecutionWindow.Builder. lifecycleState(ExecutionWindow.LifecycleState lifecycleState)
The current state of the Schedule Policy.Constructors in com.oracle.bmc.database.model with parameters of type ExecutionWindow.LifecycleState 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.
-