Uses of Class
org.jclouds.openstack.keystone.v3.domain.Group
- 
Packages that use Group Package Description org.jclouds.openstack.keystone.v3.domain org.jclouds.openstack.keystone.v3.features  - 
- 
Uses of Group in org.jclouds.openstack.keystone.v3.domain
Methods in org.jclouds.openstack.keystone.v3.domain that return Group Modifier and Type Method Description abstract GroupGroup.Builder. build()static GroupGroup. create(String id, String name, String description, String domainId, Link link) - 
Uses of Group in org.jclouds.openstack.keystone.v3.features
Methods in org.jclouds.openstack.keystone.v3.features that return types with arguments of type Group Modifier and Type Method Description List<Group>UserApi. listGroups(String id) 
 -