org.jclouds.iam
Interface IAMAsyncApi


public interface IAMAsyncApi

Provides access to Amazon IAM via the Query API

Author:
Adrian Cole
See Also:

Method Summary
 com.google.common.util.concurrent.ListenableFuture<User> getCurrentUser()
           
 UserAsyncApi getUserApi()
          Provides asynchronous access to User features.
 

Method Detail

getCurrentUser

com.google.common.util.concurrent.ListenableFuture<User> getCurrentUser()
See Also:
IAMApi.getCurrentUser()

getUserApi

UserAsyncApi getUserApi()
Provides asynchronous access to User features.



Copyright © 2009-2012 jclouds. All Rights Reserved.