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 User
User.Builder. build()
Methods in org.jclouds.openstack.trove.v1.domain with parameters of type User Modifier and Type Method Description int
User. compareTo(User that)
User.Builder
User.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 User
UserApi. get(String name)
Returns a User by identifier.User
UserApi. 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 void
UserApi. create(Set<User> users)
Create database users.
-