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