Uses of Class
com.oracle.bmc.fleetappsmanagement.model.SchedulerJob.LifecycleState
-
Packages that use SchedulerJob.LifecycleState Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of SchedulerJob.LifecycleState in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement with parameters of type SchedulerJob.LifecycleState Modifier and Type Method Description Waiter<GetSchedulerJobRequest,GetSchedulerJobResponse>
FleetAppsManagementOperationsWaiters. forSchedulerJob(GetSchedulerJobRequest request, SchedulerJob.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSchedulerJobRequest,GetSchedulerJobResponse>
FleetAppsManagementOperationsWaiters. forSchedulerJob(GetSchedulerJobRequest request, SchedulerJob.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSchedulerJobRequest,GetSchedulerJobResponse>
FleetAppsManagementOperationsWaiters. forSchedulerJob(GetSchedulerJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, SchedulerJob.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of SchedulerJob.LifecycleState in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return SchedulerJob.LifecycleState Modifier and Type Method Description static SchedulerJob.LifecycleState
SchedulerJob.LifecycleState. create(String key)
SchedulerJob.LifecycleState
SchedulerJob. getLifecycleState()
The current state of the SchedulerJob.SchedulerJob.LifecycleState
SchedulerJobSummary. getLifecycleState()
The current state of the SchedulerJob.static SchedulerJob.LifecycleState
SchedulerJob.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchedulerJob.LifecycleState[]
SchedulerJob.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type SchedulerJob.LifecycleState Modifier and Type Method Description SchedulerJob.Builder
SchedulerJob.Builder. lifecycleState(SchedulerJob.LifecycleState lifecycleState)
The current state of the SchedulerJob.SchedulerJobSummary.Builder
SchedulerJobSummary.Builder. lifecycleState(SchedulerJob.LifecycleState lifecycleState)
The current state of the SchedulerJob.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type SchedulerJob.LifecycleState Constructor Description SchedulerJob(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, Date timeScheduled, Date timeStarted, Date timeEnded, Integer countOfAffectedActionGroups, Integer countOfAffectedResources, Integer countOfAffectedTargets, List<LifeCycleActionGroupType> actionGroupTypes, List<String> applicationTypes, List<String> products, List<String> lifecycleOperations, List<ActionGroupDetails> actionGroups, AssociatedSchedulerDefinition associatedScheduleDefinition, SchedulerJob.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.SchedulerJobSummary(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, Date timeScheduled, Integer countOfAffectedActionGroups, Integer countOfAffectedResources, Integer countOfAffectedTargets, List<LifeCycleActionGroupType> actionGroupTypes, List<String> applicationTypes, List<String> products, List<String> lifecycleOperations, List<ActionGroupDetails> actionGroups, AssociatedSchedulerDefinition associatedScheduleDefinition, SchedulerJob.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of SchedulerJob.LifecycleState in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return SchedulerJob.LifecycleState Modifier and Type Method Description SchedulerJob.LifecycleState
ListSchedulerJobsRequest. getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type SchedulerJob.LifecycleState Modifier and Type Method Description ListSchedulerJobsRequest.Builder
ListSchedulerJobsRequest.Builder. lifecycleState(SchedulerJob.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
-