Uses of Class
com.oracle.bmc.identitydomains.model.UserGroups
-
Packages that use UserGroups Package Description com.oracle.bmc.identitydomains.model -
-
Uses of UserGroups in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return UserGroups Modifier and Type Method Description UserGroups
UserGroups.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type UserGroups Modifier and Type Method Description List<UserGroups>
User. getGroups()
A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculatedMethods in com.oracle.bmc.identitydomains.model with parameters of type UserGroups Modifier and Type Method Description UserGroups.Builder
UserGroups.Builder. copy(UserGroups model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type UserGroups Modifier and Type Method Description User.Builder
User.Builder. groups(List<UserGroups> groups)
A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
-