Uses of Class
com.amazonaws.services.identitymanagement.model.GetUserRequest

Packages that use GetUserRequest
com.amazonaws.services.identitymanagement Synchronous and asynchronous client classes for accessing AmazonIdentityManagement. 
com.amazonaws.services.identitymanagement.model Classes modeling the various types represented by AmazonIdentityManagement. 
 

Uses of GetUserRequest in com.amazonaws.services.identitymanagement
 

Methods in com.amazonaws.services.identitymanagement with parameters of type GetUserRequest
 GetUserResult AmazonIdentityManagementClient.getUser(GetUserRequest getUserRequest)
           Retrieves information about the specified user, including the user's path, unique ID, and ARN.
 GetUserResult AmazonIdentityManagement.getUser(GetUserRequest getUserRequest)
           Retrieves information about the specified user, including the user's path, unique ID, and ARN.
 Future<GetUserResult> AmazonIdentityManagementAsyncClient.getUserAsync(GetUserRequest getUserRequest)
           Retrieves information about the specified user, including the user's path, unique ID, and ARN.
 Future<GetUserResult> AmazonIdentityManagementAsync.getUserAsync(GetUserRequest getUserRequest)
           Retrieves information about the specified user, including the user's path, unique ID, and ARN.
 Future<GetUserResult> AmazonIdentityManagementAsyncClient.getUserAsync(GetUserRequest getUserRequest, AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
           Retrieves information about the specified user, including the user's path, unique ID, and ARN.
 Future<GetUserResult> AmazonIdentityManagementAsync.getUserAsync(GetUserRequest getUserRequest, AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
           Retrieves information about the specified user, including the user's path, unique ID, and ARN.
 

Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetUserRequest
 Future<GetUserResult> AmazonIdentityManagementAsyncClient.getUserAsync(GetUserRequest getUserRequest, AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
           Retrieves information about the specified user, including the user's path, unique ID, and ARN.
 Future<GetUserResult> AmazonIdentityManagementAsync.getUserAsync(GetUserRequest getUserRequest, AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
           Retrieves information about the specified user, including the user's path, unique ID, and ARN.
 

Uses of GetUserRequest in com.amazonaws.services.identitymanagement.model
 

Methods in com.amazonaws.services.identitymanagement.model that return GetUserRequest
 GetUserRequest GetUserRequest.withUserName(String userName)
          Name of the user to get information about.
 



Copyright © 2016. All rights reserved.