Uses of Class
org.jclouds.iam.domain.User

Packages that use User
org.jclouds.iam   
org.jclouds.iam.domain   
org.jclouds.iam.features   
org.jclouds.iam.functions   
org.jclouds.iam.xml   
 

Uses of User in org.jclouds.iam
 

Methods in org.jclouds.iam that return User
 User IAMApi.getCurrentUser()
          Retrieves information about the current user, including the user's path, GUID, and ARN.
 

Methods in org.jclouds.iam that return types with arguments of type User
 com.google.common.util.concurrent.ListenableFuture<User> IAMAsyncApi.getCurrentUser()
           
 

Uses of User in org.jclouds.iam.domain
 

Methods in org.jclouds.iam.domain that return User
 User User.Builder.build()
           
 

Methods in org.jclouds.iam.domain with parameters of type User
 T User.Builder.fromUser(User in)
           
 

Uses of User in org.jclouds.iam.features
 

Methods in org.jclouds.iam.features that return User
 User UserApi.get(String name)
          Retrieves information about the specified user, including the user's path, GUID, and ARN.
 User UserApi.getCurrent()
          Retrieves information about the current user, including the user's path, GUID, and ARN.
 

Methods in org.jclouds.iam.features that return types with arguments of type User
 com.google.common.util.concurrent.ListenableFuture<User> UserAsyncApi.get(String name)
           
 com.google.common.util.concurrent.ListenableFuture<User> UserAsyncApi.getCurrent()
           
 com.google.common.util.concurrent.ListenableFuture<PagedIterable<User>> UserAsyncApi.list()
           
 PagedIterable<User> UserApi.list()
          Lists the users that have the specified path prefix.
 com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<User>> UserAsyncApi.list(ListUsersOptions options)
           
 IterableWithMarker<User> UserApi.list(ListUsersOptions options)
          Lists the users that have the specified path prefix.
 

Uses of User in org.jclouds.iam.functions
 

Methods in org.jclouds.iam.functions that return types with arguments of type User
protected  com.google.common.base.Function<Object,IterableWithMarker<User>> UsersToPagedIterable.markerToNextForCallingArg0(String ignored)
           
 

Uses of User in org.jclouds.iam.xml
 

Methods in org.jclouds.iam.xml that return User
 User UserHandler.getResult()
          
 

Methods in org.jclouds.iam.xml that return types with arguments of type User
 IterableWithMarker<User> ListUsersResultHandler.getResult()
          
 



Copyright © 2009-2012 jclouds. All Rights Reserved.