Uses of Class
com.oracle.bmc.loganalytics.model.ScheduledTask.LifecycleState
-
Packages that use ScheduledTask.LifecycleState Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of ScheduledTask.LifecycleState in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ScheduledTask.LifecycleState Modifier and Type Method Description Waiter<GetScheduledTaskRequest,GetScheduledTaskResponse>
LogAnalyticsWaiters. forScheduledTask(GetScheduledTaskRequest request, ScheduledTask.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetScheduledTaskRequest,GetScheduledTaskResponse>
LogAnalyticsWaiters. forScheduledTask(GetScheduledTaskRequest request, ScheduledTask.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetScheduledTaskRequest,GetScheduledTaskResponse>
LogAnalyticsWaiters. forScheduledTask(GetScheduledTaskRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ScheduledTask.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ScheduledTask.LifecycleState in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return ScheduledTask.LifecycleState Modifier and Type Method Description static ScheduledTask.LifecycleState
ScheduledTask.LifecycleState. create(String key)
ScheduledTask.LifecycleState
ScheduledTask. getLifecycleState()
The current state of the scheduled task.ScheduledTask.LifecycleState
ScheduledTaskSummary. getLifecycleState()
The current state of the scheduled task.static ScheduledTask.LifecycleState
ScheduledTask.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScheduledTask.LifecycleState[]
ScheduledTask.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.model with parameters of type ScheduledTask.LifecycleState Modifier and Type Method Description ScheduledTaskSummary.Builder
ScheduledTaskSummary.Builder. lifecycleState(ScheduledTask.LifecycleState lifecycleState)
The current state of the scheduled task.StandardTask.Builder
StandardTask.Builder. lifecycleState(ScheduledTask.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.loganalytics.model with parameters of type ScheduledTask.LifecycleState Constructor Description ScheduledTask(String id, String displayName, TaskType taskType, List<Schedule> schedules, Action action, ScheduledTask.TaskStatus taskStatus, ScheduledTask.PauseReason pauseReason, String workRequestId, Long numOccurrences, String compartmentId, Date timeCreated, Date timeUpdated, Date timeOfNextExecution, ScheduledTask.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.ScheduledTaskSummary(String id, TaskType taskType, String targetService, String compartmentId, Date timeCreated, Date timeUpdated, ScheduledTask.LifecycleState lifecycleState, ScheduledTaskSummary.TaskStatus taskStatus, ScheduledTask.PauseReason pauseReason, String workRequestId, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ScheduledTaskSummary.LastExecutionStatus lastExecutionStatus, Date timeLastExecuted)
Deprecated.StandardTask(String id, String displayName, TaskType taskType, List<Schedule> schedules, Action action, ScheduledTask.TaskStatus taskStatus, ScheduledTask.PauseReason pauseReason, String workRequestId, Long numOccurrences, String compartmentId, Date timeCreated, Date timeUpdated, Date timeOfNextExecution, ScheduledTask.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, StandardTask.LastExecutionStatus lastExecutionStatus, Date timeLastExecuted)
Deprecated.
-