Uses of Class
com.oracle.bmc.fleetappsmanagement.model.Group
-
Packages that use Group Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of Group in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return Group Modifier and Type Method Description Group
Group.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type Group Modifier and Type Method Description List<Group>
Associations. getGroups()
The groups of the runbook.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type Group Modifier and Type Method Description Group.Builder
Group.Builder. copy(Group model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type Group Modifier and Type Method Description Associations.Builder
Associations.Builder. groups(List<Group> groups)
The groups of the runbook.
-