| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model | |
| com.amazonaws.services.identitymanagement.waiters |
| Modifier and Type | Method and Description |
|---|---|
GetUserResult |
AbstractAmazonIdentityManagement.getUser(GetUserRequest request) |
GetUserResult |
AmazonIdentityManagementClient.getUser(GetUserRequest request)
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.
|
Future<GetUserResult> |
AbstractAmazonIdentityManagementAsync.getUserAsync(GetUserRequest request) |
Future<GetUserResult> |
AmazonIdentityManagementAsync.getUserAsync(GetUserRequest getUserRequest)
Retrieves information about the specified IAM user, including the user's creation date, path, unique ID, and ARN.
|
Future<GetUserResult> |
AmazonIdentityManagementAsyncClient.getUserAsync(GetUserRequest request) |
Future<GetUserResult> |
AbstractAmazonIdentityManagementAsync.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
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.
|
Future<GetUserResult> |
AmazonIdentityManagementAsyncClient.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetUserResult> |
AbstractAmazonIdentityManagementAsync.getUserAsync(AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Simplified method form for invoking the GetUser operation with an AsyncHandler.
|
Future<GetUserResult> |
AmazonIdentityManagementAsync.getUserAsync(AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Simplified method form for invoking the GetUser operation with an AsyncHandler.
|
Future<GetUserResult> |
AmazonIdentityManagementAsyncClient.getUserAsync(AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Simplified method form for invoking the GetUser operation with an AsyncHandler.
|
Future<GetUserResult> |
AbstractAmazonIdentityManagementAsync.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
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.
|
Future<GetUserResult> |
AmazonIdentityManagementAsyncClient.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetUserRequest |
GetUserRequest.clone() |
GetUserRequest |
GetUserRequest.withUserName(String userName)
The name of the user to get information about.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetUserRequest> |
AmazonIdentityManagementWaiters.userExists()
Builds a UserExists waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
GetUserResult |
GetUserFunction.apply(GetUserRequest getUserRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.