Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
GetLoginProfileResult |
AmazonIdentityManagementClient.getLoginProfile(GetLoginProfileRequest getLoginProfileRequest)
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> |
AmazonIdentityManagementAsync.getLoginProfileAsync(GetLoginProfileRequest getLoginProfileRequest,
AsyncHandler<GetLoginProfileRequest,GetLoginProfileResult> asyncHandler)
Retrieves the user name and password-creation date for the specified IAM
user.
|
Future<GetLoginProfileResult> |
AmazonIdentityManagementAsyncClient.getLoginProfileAsync(GetLoginProfileRequest request,
AsyncHandler<GetLoginProfileRequest,GetLoginProfileResult> asyncHandler) |
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 © 2018. All rights reserved.