org.jclouds.iam
Interface IAMApi


public interface IAMApi

Provides access to Amazon IAM via the Query API

Author:
Adrian Cole
See Also:

Method Summary
 User getCurrentUser()
          Retrieves information about the current user, including the user's path, GUID, and ARN.
 UserApi getUserApi()
          Provides synchronous access to User features.
 

Method Detail

getCurrentUser

User getCurrentUser()
Retrieves information about the current user, including the user's path, GUID, and ARN.


getUserApi

UserApi getUserApi()
Provides synchronous access to User features.



Copyright © 2009-2012 jclouds. All Rights Reserved.