Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<User> |
get(String name) |
com.google.common.util.concurrent.ListenableFuture<User> |
getCurrent() |
com.google.common.util.concurrent.ListenableFuture<PaginatedSet<User>> |
list() |
com.google.common.util.concurrent.ListenableFuture<PaginatedSet<User>> |
list(ListUsersOptions options) |
com.google.common.util.concurrent.ListenableFuture<User> getCurrent()
UserClient.getCurrent()
com.google.common.util.concurrent.ListenableFuture<User> get(String name)
UserClient#get()
com.google.common.util.concurrent.ListenableFuture<PaginatedSet<User>> list()
UserClient.list()
com.google.common.util.concurrent.ListenableFuture<PaginatedSet<User>> list(ListUsersOptions options)
UserClient.list(ListUsersOptions)
Copyright © 2009-2012 jclouds. All Rights Reserved.