Uses of Class
com.oracle.bmc.usageapi.model.ScheduledRun.LifecycleState
-
Packages that use ScheduledRun.LifecycleState Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.model -
-
Uses of ScheduledRun.LifecycleState in com.oracle.bmc.usageapi
Methods in com.oracle.bmc.usageapi with parameters of type ScheduledRun.LifecycleState Modifier and Type Method Description Waiter<GetScheduledRunRequest,GetScheduledRunResponse>
UsageapiWaiters. forScheduledRun(GetScheduledRunRequest request, ScheduledRun.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetScheduledRunRequest,GetScheduledRunResponse>
UsageapiWaiters. forScheduledRun(GetScheduledRunRequest request, ScheduledRun.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetScheduledRunRequest,GetScheduledRunResponse>
UsageapiWaiters. forScheduledRun(GetScheduledRunRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ScheduledRun.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ScheduledRun.LifecycleState in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return ScheduledRun.LifecycleState Modifier and Type Method Description static ScheduledRun.LifecycleState
ScheduledRun.LifecycleState. create(String key)
ScheduledRun.LifecycleState
ScheduledRun. getLifecycleState()
Specifies if the schedule job was run successfully or not.ScheduledRun.LifecycleState
ScheduledRunSummary. getLifecycleState()
Specifies if the schedule job was run successfully or not.static ScheduledRun.LifecycleState
ScheduledRun.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScheduledRun.LifecycleState[]
ScheduledRun.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.usageapi.model with parameters of type ScheduledRun.LifecycleState Modifier and Type Method Description ScheduledRun.Builder
ScheduledRun.Builder. lifecycleState(ScheduledRun.LifecycleState lifecycleState)
Specifies if the schedule job was run successfully or not.ScheduledRunSummary.Builder
ScheduledRunSummary.Builder. lifecycleState(ScheduledRun.LifecycleState lifecycleState)
Specifies if the schedule job was run successfully or not.Constructors in com.oracle.bmc.usageapi.model with parameters of type ScheduledRun.LifecycleState Constructor Description ScheduledRun(String id, String scheduleId, Date timeCreated, Date timeFinished, ScheduledRun.LifecycleState lifecycleState, String lifecycleDetails)
Deprecated.ScheduledRunSummary(String id, String scheduleId, Date timeCreated, Date timeFinished, ScheduledRun.LifecycleState lifecycleState, String lifecycleDetails)
Deprecated.
-