Uses of Class
com.oracle.bmc.fleetappsmanagement.model.AssociatedSchedulerDefinition
-
Packages that use AssociatedSchedulerDefinition Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of AssociatedSchedulerDefinition in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return AssociatedSchedulerDefinition Modifier and Type Method Description AssociatedSchedulerDefinition
AssociatedSchedulerDefinition.Builder. build()
AssociatedSchedulerDefinition
SchedulerJob. getAssociatedScheduleDefinition()
AssociatedSchedulerDefinition
SchedulerJobSummary. getAssociatedScheduleDefinition()
Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type AssociatedSchedulerDefinition Modifier and Type Method Description SchedulerJob.Builder
SchedulerJob.Builder. associatedScheduleDefinition(AssociatedSchedulerDefinition associatedScheduleDefinition)
SchedulerJobSummary.Builder
SchedulerJobSummary.Builder. associatedScheduleDefinition(AssociatedSchedulerDefinition associatedScheduleDefinition)
AssociatedSchedulerDefinition.Builder
AssociatedSchedulerDefinition.Builder. copy(AssociatedSchedulerDefinition model)
Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type AssociatedSchedulerDefinition 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.
-