Uses of Class
com.oracle.bmc.jms.model.TaskSchedule.LifecycleState
-
Packages that use TaskSchedule.LifecycleState Package Description com.oracle.bmc.jms com.oracle.bmc.jms.model -
-
Uses of TaskSchedule.LifecycleState in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type TaskSchedule.LifecycleState Modifier and Type Method Description Waiter<GetTaskScheduleRequest,GetTaskScheduleResponse>
JavaManagementServiceWaiters. forTaskSchedule(GetTaskScheduleRequest request, TaskSchedule.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetTaskScheduleRequest,GetTaskScheduleResponse>
JavaManagementServiceWaiters. forTaskSchedule(GetTaskScheduleRequest request, TaskSchedule.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetTaskScheduleRequest,GetTaskScheduleResponse>
JavaManagementServiceWaiters. forTaskSchedule(GetTaskScheduleRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, TaskSchedule.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of TaskSchedule.LifecycleState in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return TaskSchedule.LifecycleState Modifier and Type Method Description static TaskSchedule.LifecycleState
TaskSchedule.LifecycleState. create(String key)
TaskSchedule.LifecycleState
TaskSchedule. getLifecycleState()
All possible status of task schedule.TaskSchedule.LifecycleState
TaskScheduleSummary. getLifecycleState()
The current state of the task schedule.static TaskSchedule.LifecycleState
TaskSchedule.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskSchedule.LifecycleState[]
TaskSchedule.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model with parameters of type TaskSchedule.LifecycleState Modifier and Type Method Description TaskSchedule.Builder
TaskSchedule.Builder. lifecycleState(TaskSchedule.LifecycleState lifecycleState)
All possible status of task schedule.TaskScheduleSummary.Builder
TaskScheduleSummary.Builder. lifecycleState(TaskSchedule.LifecycleState lifecycleState)
The current state of the task schedule.Constructors in com.oracle.bmc.jms.model with parameters of type TaskSchedule.LifecycleState Constructor Description TaskSchedule(String id, String fleetId, String name, TaskSchedule.LifecycleState lifecycleState, String createdBy, String executionRecurrences, TaskDetails taskDetails, Date timeCreated, Date timeLastRun, Date timeNextRun, Date timeLastUpdated)
Deprecated.TaskScheduleSummary(String id, String fleetId, String name, TaskSchedule.LifecycleState lifecycleState, String createdBy, String executionRecurrences, TaskDetails taskDetails, Date timeCreated, Date timeLastRun, Date timeNextRun, Date timeLastUpdated)
Deprecated.
-