| 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
creation date, path, unique ID, and ARN.
|
GetUserResult |
AmazonIdentityManagement.getUser(GetUserRequest getUserRequest)
Retrieves information about the specified user, including the user's
creation date, path, unique ID, and ARN.
|
Future<GetUserResult> |
AmazonIdentityManagementAsync.getUserAsync(GetUserRequest getUserRequest)
Retrieves information about the specified user, including the user's
creation date, path, unique ID, and ARN.
|
Future<GetUserResult> |
AmazonIdentityManagementAsyncClient.getUserAsync(GetUserRequest getUserRequest)
Retrieves information about the specified user, including the user's
creation date, 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
creation date, 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
creation date, 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
creation date, 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
creation date, path, unique ID, and ARN.
|
| Modifier and Type | Method and Description |
|---|---|
GetUserRequest |
GetUserRequest.clone() |
GetUserRequest |
GetUserRequest.withUserName(String userName)
The name of the user to get information about.
|
Copyright © 2015. All rights reserved.