|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetLoginProfileRequest | |
---|---|
com.amazonaws.services.identitymanagement | Synchronous and asynchronous client classes for accessing AmazonIdentityManagement. |
com.amazonaws.services.identitymanagement.model | Classes modeling the various types represented by AmazonIdentityManagement. |
Uses of GetLoginProfileRequest in com.amazonaws.services.identitymanagement |
---|
Methods in com.amazonaws.services.identitymanagement with parameters of type GetLoginProfileRequest | |
---|---|
GetLoginProfileResult |
AmazonIdentityManagementClient.getLoginProfile(GetLoginProfileRequest getLoginProfileRequest)
Retrieves the user name and password-creation date for the specified user. |
GetLoginProfileResult |
AmazonIdentityManagement.getLoginProfile(GetLoginProfileRequest getLoginProfileRequest)
Retrieves the user name and password-creation date for the specified user. |
Future<GetLoginProfileResult> |
AmazonIdentityManagementAsyncClient.getLoginProfileAsync(GetLoginProfileRequest getLoginProfileRequest)
Retrieves the user name and password-creation date for the specified user. |
Future<GetLoginProfileResult> |
AmazonIdentityManagementAsync.getLoginProfileAsync(GetLoginProfileRequest getLoginProfileRequest)
Retrieves the user name and password-creation date for the specified user. |
Future<GetLoginProfileResult> |
AmazonIdentityManagementAsyncClient.getLoginProfileAsync(GetLoginProfileRequest getLoginProfileRequest,
AsyncHandler<GetLoginProfileRequest,GetLoginProfileResult> asyncHandler)
Retrieves the user name and password-creation date for the specified user. |
Future<GetLoginProfileResult> |
AmazonIdentityManagementAsync.getLoginProfileAsync(GetLoginProfileRequest getLoginProfileRequest,
AsyncHandler<GetLoginProfileRequest,GetLoginProfileResult> asyncHandler)
Retrieves the user name and password-creation date for the specified user. |
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetLoginProfileRequest | |
---|---|
Future<GetLoginProfileResult> |
AmazonIdentityManagementAsyncClient.getLoginProfileAsync(GetLoginProfileRequest getLoginProfileRequest,
AsyncHandler<GetLoginProfileRequest,GetLoginProfileResult> asyncHandler)
Retrieves the user name and password-creation date for the specified user. |
Future<GetLoginProfileResult> |
AmazonIdentityManagementAsync.getLoginProfileAsync(GetLoginProfileRequest getLoginProfileRequest,
AsyncHandler<GetLoginProfileRequest,GetLoginProfileResult> asyncHandler)
Retrieves the user name and password-creation date for the specified user. |
Uses of GetLoginProfileRequest in com.amazonaws.services.identitymanagement.model |
---|
Methods in com.amazonaws.services.identitymanagement.model that return GetLoginProfileRequest | |
---|---|
GetLoginProfileRequest |
GetLoginProfileRequest.withUserName(String userName)
Name of the user whose login profile you want to retrieve. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |