org.jclouds.iam.features
Interface UserAsyncApi


public interface UserAsyncApi

Provides access to Amazon IAM via the Query API

Author:
Adrian Cole
See Also:

Method Summary
 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)
           
 

Method Detail

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.