Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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> |
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)
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
GetUserRequest |
GetUserRequest.withUserName(String userName)
Name of the user to get information about.
|
Copyright © 2014. All rights reserved.