Uses of Class
com.oracle.bmc.fleetappsmanagement.model.ActionGroupDetails
-
Packages that use ActionGroupDetails Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of ActionGroupDetails in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return ActionGroupDetails Modifier and Type Method Description ActionGroupDetails
ActionGroupDetails.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type ActionGroupDetails Modifier and Type Method Description List<ActionGroupDetails>
SchedulerJob. getActionGroups()
Action Groups associated with the Schedule.List<ActionGroupDetails>
SchedulerJobSummary. getActionGroups()
Action Groups associated with the Schedule.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type ActionGroupDetails Modifier and Type Method Description ActionGroupDetails.Builder
ActionGroupDetails.Builder. copy(ActionGroupDetails model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type ActionGroupDetails Modifier and Type Method Description SchedulerJob.Builder
SchedulerJob.Builder. actionGroups(List<ActionGroupDetails> actionGroups)
Action Groups associated with the Schedule.SchedulerJobSummary.Builder
SchedulerJobSummary.Builder. actionGroups(List<ActionGroupDetails> actionGroups)
Action Groups associated with the Schedule.
-