Uses of Class
com.oracle.bmc.osmanagementhub.model.ScheduledJob.LifecycleState
-
Packages that use ScheduledJob.LifecycleState Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of ScheduledJob.LifecycleState in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type ScheduledJob.LifecycleState Modifier and Type Method Description Waiter<GetScheduledJobRequest,GetScheduledJobResponse>
ScheduledJobWaiters. forScheduledJob(GetScheduledJobRequest request, ScheduledJob.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetScheduledJobRequest,GetScheduledJobResponse>
ScheduledJobWaiters. forScheduledJob(GetScheduledJobRequest request, ScheduledJob.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetScheduledJobRequest,GetScheduledJobResponse>
ScheduledJobWaiters. forScheduledJob(GetScheduledJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ScheduledJob.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ScheduledJob.LifecycleState in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ScheduledJob.LifecycleState Modifier and Type Method Description static ScheduledJob.LifecycleState
ScheduledJob.LifecycleState. create(String key)
ScheduledJob.LifecycleState
ScheduledJob. getLifecycleState()
The current state of the scheduled job.ScheduledJob.LifecycleState
ScheduledJobSummary. getLifecycleState()
The current state of the scheduled job.static ScheduledJob.LifecycleState
ScheduledJob.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScheduledJob.LifecycleState[]
ScheduledJob.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ScheduledJob.LifecycleState Modifier and Type Method Description ScheduledJob.Builder
ScheduledJob.Builder. lifecycleState(ScheduledJob.LifecycleState lifecycleState)
The current state of the scheduled job.ScheduledJobSummary.Builder
ScheduledJobSummary.Builder. lifecycleState(ScheduledJob.LifecycleState lifecycleState)
The current state of the scheduled job.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type ScheduledJob.LifecycleState Constructor Description ScheduledJob(String id, String displayName, String compartmentId, String description, ScheduleTypes scheduleType, List<ManagedInstanceLocation> locations, Date timeNextExecution, Date timeLastExecution, String recurringRule, List<String> managedInstanceIds, List<String> managedInstanceGroupIds, List<String> managedCompartmentIds, List<String> lifecycleStageIds, Boolean isSubcompartmentIncluded, List<ScheduledJobOperation> operations, List<String> workRequestIds, Date timeCreated, Date timeUpdated, ScheduledJob.LifecycleState lifecycleState, Boolean isManagedByAutonomousLinux, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isRestricted, List<Integer> retryIntervals, String workRequestId)
Deprecated.ScheduledJobSummary(String id, String displayName, String compartmentId, ScheduleTypes scheduleType, List<ManagedInstanceLocation> locations, Date timeCreated, Date timeUpdated, Date timeNextExecution, Date timeLastExecution, List<String> managedInstanceIds, List<String> managedInstanceGroupIds, List<String> managedCompartmentIds, List<String> lifecycleStageIds, List<ScheduledJobOperation> operations, ScheduledJob.LifecycleState lifecycleState, Boolean isManagedByAutonomousLinux, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isRestricted, List<Integer> retryIntervals, String workRequestId)
Deprecated. -
Uses of ScheduledJob.LifecycleState in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ScheduledJob.LifecycleState Modifier and Type Method Description ScheduledJob.LifecycleState
ListScheduledJobsRequest. getLifecycleState()
A filter to return only scheduled jobs currently in the given state.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type ScheduledJob.LifecycleState Modifier and Type Method Description ListScheduledJobsRequest.Builder
ListScheduledJobsRequest.Builder. lifecycleState(ScheduledJob.LifecycleState lifecycleState)
A filter to return only scheduled jobs currently in the given state.
-