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<PagedIterable<User>> |
list() |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> |
list(ListUsersOptions options) |
@Named(value="iam:GetUser") com.google.common.util.concurrent.ListenableFuture<User> getCurrent()
UserApi.getCurrent()
@Named(value="iam:GetUser") com.google.common.util.concurrent.ListenableFuture<User> get(String name)
UserApi#get()
@Named(value="iam:ListUsers") com.google.common.util.concurrent.ListenableFuture<PagedIterable<User>> list()
UserApi.list()
@Named(value="iam:ListUsers") com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> list(ListUsersOptions options)
UserApi.list(ListUsersOptions)
Copyright © 2009-2013 jclouds. All Rights Reserved.