| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetLoginProfileResult> |
AmazonIdentityManagementAsyncClient.getLoginProfileAsync(GetLoginProfileRequest request,
AsyncHandler<GetLoginProfileRequest,GetLoginProfileResult> asyncHandler) |
Future<GetLoginProfileResult> |
AbstractAmazonIdentityManagementAsync.getLoginProfileAsync(GetLoginProfileRequest request,
AsyncHandler<GetLoginProfileRequest,GetLoginProfileResult> asyncHandler) |
Future<GetLoginProfileResult> |
AmazonIdentityManagementAsync.getLoginProfileAsync(GetLoginProfileRequest getLoginProfileRequest,
AsyncHandler<GetLoginProfileRequest,GetLoginProfileResult> asyncHandler)
Retrieves the user name for the specified IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
GetLoginProfileRequest |
GetLoginProfileRequest.clone() |
GetLoginProfileRequest |
GetLoginProfileRequest.withUserName(String userName)
The name of the user whose login profile you want to retrieve.
|
Copyright © 2021. All rights reserved.