Uses of Class
org.jclouds.openstack.trove.v1.domain.User
- 
Packages that use User Package Description org.jclouds.openstack.trove.v1.domain org.jclouds.openstack.trove.v1.features  - 
- 
Uses of User in org.jclouds.openstack.trove.v1.domain
Methods in org.jclouds.openstack.trove.v1.domain that return User Modifier and Type Method Description UserUser.Builder. build()Methods in org.jclouds.openstack.trove.v1.domain with parameters of type User Modifier and Type Method Description intUser. compareTo(User that)User.BuilderUser.Builder. fromUser(User in) - 
Uses of User in org.jclouds.openstack.trove.v1.features
Methods in org.jclouds.openstack.trove.v1.features that return User Modifier and Type Method Description UserUserApi. get(String name)Returns a User by identifier.UserUserApi. get(String name, String hostname)Returns a User by name and allowed host.Methods in org.jclouds.openstack.trove.v1.features that return types with arguments of type User Modifier and Type Method Description com.google.common.collect.FluentIterable<User>UserApi. list()This operation lists the users in the specified database instance.Method parameters in org.jclouds.openstack.trove.v1.features with type arguments of type User Modifier and Type Method Description voidUserApi. create(Set<User> users)Create database users. 
 -