| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
GetLoginProfileResult |
AmazonIdentityManagementClient.getLoginProfile(GetLoginProfileRequest request)
Retrieves the user name and password-creation date for the specified IAM user.
|
GetLoginProfileResult |
AbstractAmazonIdentityManagement.getLoginProfile(GetLoginProfileRequest request) |
GetLoginProfileResult |
AmazonIdentityManagement.getLoginProfile(GetLoginProfileRequest getLoginProfileRequest)
Retrieves the user name and password-creation date for the specified IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetLoginProfileResult> |
AbstractAmazonIdentityManagementAsync.getLoginProfileAsync(GetLoginProfileRequest request,
AsyncHandler<GetLoginProfileRequest,GetLoginProfileResult> asyncHandler) |
Future<GetLoginProfileResult> |
AmazonIdentityManagementAsyncClient.getLoginProfileAsync(GetLoginProfileRequest request,
AsyncHandler<GetLoginProfileRequest,GetLoginProfileResult> asyncHandler) |
Future<GetLoginProfileResult> |
AmazonIdentityManagementAsync.getLoginProfileAsync(GetLoginProfileRequest getLoginProfileRequest,
AsyncHandler<GetLoginProfileRequest,GetLoginProfileResult> asyncHandler)
Retrieves the user name and password-creation date for the specified IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
GetLoginProfileResult |
GetLoginProfileResult.clone() |
GetLoginProfileResult |
GetLoginProfileResult.withLoginProfile(LoginProfile loginProfile)
A structure containing the user name and password create date for the user.
|
Copyright © 2020. All rights reserved.