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>
CreateRunbookVersionDetails. getGroups()
The groups of the runbook.List<Group>
RunbookVersion. getGroups()
The groups of the runbook.List<Group>
RunbookVersionSummary. getGroups()
The groups of the runbook.List<Group>
UpdateRunbookVersionDetails. getGroups()
The groups of the runbook.List<Group>
Version. 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 CreateRunbookVersionDetails.Builder
CreateRunbookVersionDetails.Builder. groups(List<Group> groups)
The groups of the runbook.RunbookVersion.Builder
RunbookVersion.Builder. groups(List<Group> groups)
The groups of the runbook.RunbookVersionSummary.Builder
RunbookVersionSummary.Builder. groups(List<Group> groups)
The groups of the runbook.UpdateRunbookVersionDetails.Builder
UpdateRunbookVersionDetails.Builder. groups(List<Group> groups)
The groups of the runbook.Version.Builder
Version.Builder. groups(List<Group> groups)
The groups of the runbook.
-