Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Method and Description |
---|---|
GetUserResult |
AmazonIdentityManagementClient.getUser(GetUserRequest getUserRequest)
Retrieves information about the specified IAM user, including the user's
creation date, path, unique ID, and ARN.
|
GetUserResult |
AmazonIdentityManagement.getUser(GetUserRequest getUserRequest)
Retrieves information about the specified IAM user, including the user's
creation date, path, unique ID, and ARN.
|
GetUserResult |
AbstractAmazonIdentityManagement.getUser(GetUserRequest request) |
java.util.concurrent.Future<GetUserResult> |
AmazonIdentityManagementAsyncClient.getUserAsync(GetUserRequest request) |
java.util.concurrent.Future<GetUserResult> |
AmazonIdentityManagementAsync.getUserAsync(GetUserRequest getUserRequest)
Retrieves information about the specified IAM user, including the user's
creation date, path, unique ID, and ARN.
|
java.util.concurrent.Future<GetUserResult> |
AbstractAmazonIdentityManagementAsync.getUserAsync(GetUserRequest request) |
java.util.concurrent.Future<GetUserResult> |
AmazonIdentityManagementAsyncClient.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
java.util.concurrent.Future<GetUserResult> |
AmazonIdentityManagementAsync.getUserAsync(GetUserRequest getUserRequest,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Retrieves information about the specified IAM user, including the user's
creation date, path, unique ID, and ARN.
|
java.util.concurrent.Future<GetUserResult> |
AbstractAmazonIdentityManagementAsync.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetUserResult> |
AmazonIdentityManagementAsyncClient.getUserAsync(AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Simplified method form for invoking the GetUser operation with an
AsyncHandler.
|
java.util.concurrent.Future<GetUserResult> |
AmazonIdentityManagementAsync.getUserAsync(AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Simplified method form for invoking the GetUser operation with an
AsyncHandler.
|
java.util.concurrent.Future<GetUserResult> |
AbstractAmazonIdentityManagementAsync.getUserAsync(AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Simplified method form for invoking the GetUser operation with an
AsyncHandler.
|
java.util.concurrent.Future<GetUserResult> |
AmazonIdentityManagementAsyncClient.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
java.util.concurrent.Future<GetUserResult> |
AmazonIdentityManagementAsync.getUserAsync(GetUserRequest getUserRequest,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Retrieves information about the specified IAM user, including the user's
creation date, path, unique ID, and ARN.
|
java.util.concurrent.Future<GetUserResult> |
AbstractAmazonIdentityManagementAsync.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetUserRequest |
GetUserRequest.clone() |
GetUserRequest |
GetUserRequest.withUserName(java.lang.String userName)
The name of the user to get information about.
|
Modifier and Type | Method and Description |
---|---|
Request<GetUserRequest> |
GetUserRequestMarshaller.marshall(GetUserRequest getUserRequest) |
Modifier and Type | Method and Description |
---|---|
Request<GetUserRequest> |
GetUserRequestMarshaller.marshall(GetUserRequest getUserRequest) |