Uses of Class
com.oracle.bmc.fleetappsmanagement.model.ActionGroup
-
Packages that use ActionGroup Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of ActionGroup in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return ActionGroup Modifier and Type Method Description ActionGroup
ActionGroup.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type ActionGroup Modifier and Type Method Description List<ActionGroup>
CreateSchedulerDefinitionDetails. getActionGroups()
Action Groups associated with the Schedule.List<ActionGroup>
SchedulerDefinition. getActionGroups()
Action Groups associated with the Schedule.List<ActionGroup>
UpdateSchedulerDefinitionDetails. getActionGroups()
Action Groups associated with the Schedule.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type ActionGroup Modifier and Type Method Description ActionGroup.Builder
ActionGroup.Builder. copy(ActionGroup model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type ActionGroup Modifier and Type Method Description CreateSchedulerDefinitionDetails.Builder
CreateSchedulerDefinitionDetails.Builder. actionGroups(List<ActionGroup> actionGroups)
Action Groups associated with the Schedule.SchedulerDefinition.Builder
SchedulerDefinition.Builder. actionGroups(List<ActionGroup> actionGroups)
Action Groups associated with the Schedule.UpdateSchedulerDefinitionDetails.Builder
UpdateSchedulerDefinitionDetails.Builder. actionGroups(List<ActionGroup> actionGroups)
Action Groups associated with the Schedule.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type ActionGroup Constructor Description CreateSchedulerDefinitionDetails(String displayName, String description, String compartmentId, Integer activityInitiationCutOff, Schedule schedule, List<ActionGroup> actionGroups, List<OperationRunbook> runBooks, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateSchedulerDefinitionDetails(String displayName, String description, Integer activityInitiationCutOff, Schedule schedule, List<ActionGroup> actionGroups, List<OperationRunbook> runBooks, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-