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
Subclasses of ActionGroupDetails in com.oracle.bmc.fleetappsmanagement.model Modifier and Type Class Description class
FleetBasedActionGroupDetails
A string variable that holds a value
Note: Objects should always be created or deserialized using theFleetBasedActionGroupDetails.Builder
.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.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.
-