org.jclouds.iam.features
Interface UserAsyncApi
public interface UserAsyncApi
Provides access to Amazon IAM via the Query API
- Author:
- Adrian Cole
- See Also:
getCurrent
com.google.common.util.concurrent.ListenableFuture<User> getCurrent()
- See Also:
UserApi.getCurrent()
get
com.google.common.util.concurrent.ListenableFuture<User> get(String name)
- See Also:
UserApi#get()
list
com.google.common.util.concurrent.ListenableFuture<PagedIterable<User>> list()
- See Also:
UserApi.list()
list
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> list(ListUsersOptions options)
- See Also:
UserApi.list(ListUsersOptions)
Copyright © 2009-2012 jclouds. All Rights Reserved.