Uses of Class
com.oracle.bmc.identitydomains.model.GroupMembers
-
Packages that use GroupMembers Package Description com.oracle.bmc.identitydomains.model -
-
Uses of GroupMembers in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return GroupMembers Modifier and Type Method Description GroupMembers
GroupMembers.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type GroupMembers Modifier and Type Method Description List<GroupMembers>
Group. getMembers()
The group members.Methods in com.oracle.bmc.identitydomains.model with parameters of type GroupMembers Modifier and Type Method Description GroupMembers.Builder
GroupMembers.Builder. copy(GroupMembers model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type GroupMembers Modifier and Type Method Description Group.Builder
Group.Builder. members(List<GroupMembers> members)
The group members.
-