Uses of Class
com.oracle.bmc.database.model.SchedulingWindow.LifecycleState
-
Packages that use SchedulingWindow.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of SchedulingWindow.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type SchedulingWindow.LifecycleState Modifier and Type Method Description Waiter<GetSchedulingWindowRequest,GetSchedulingWindowResponse>
DatabaseWaiters. forSchedulingWindow(GetSchedulingWindowRequest request, SchedulingWindow.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSchedulingWindowRequest,GetSchedulingWindowResponse>
DatabaseWaiters. forSchedulingWindow(GetSchedulingWindowRequest request, SchedulingWindow.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSchedulingWindowRequest,GetSchedulingWindowResponse>
DatabaseWaiters. forSchedulingWindow(GetSchedulingWindowRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, SchedulingWindow.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of SchedulingWindow.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return SchedulingWindow.LifecycleState Modifier and Type Method Description static SchedulingWindow.LifecycleState
SchedulingWindow.LifecycleState. create(String key)
SchedulingWindow.LifecycleState
SchedulingWindow. getLifecycleState()
The current state of the Scheduling Window.static SchedulingWindow.LifecycleState
SchedulingWindow.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchedulingWindow.LifecycleState[]
SchedulingWindow.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 SchedulingWindow.LifecycleState Modifier and Type Method Description SchedulingWindow.Builder
SchedulingWindow.Builder. lifecycleState(SchedulingWindow.LifecycleState lifecycleState)
The current state of the Scheduling Window.Constructors in com.oracle.bmc.database.model with parameters of type SchedulingWindow.LifecycleState Constructor Description SchedulingWindow(String id, String compartmentId, String displayName, Date timeNextSchedulingWindowStarts, SchedulingWindow.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, WindowPreferenceDetail windowPreference, String schedulingPolicyId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-