Uses of Class
com.amazonaws.services.identitymanagement.model.GetLoginProfileRequest
-
Packages that use GetLoginProfileRequest Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of GetLoginProfileRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type GetLoginProfileRequest Modifier and Type Method Description GetLoginProfileResult
AbstractAmazonIdentityManagement. getLoginProfile(GetLoginProfileRequest request)
GetLoginProfileResult
AmazonIdentityManagement. getLoginProfile(GetLoginProfileRequest getLoginProfileRequest)
Retrieves the user name and password-creation date for the specified IAM user.GetLoginProfileResult
AmazonIdentityManagementClient. getLoginProfile(GetLoginProfileRequest getLoginProfileRequest)
Retrieves the user name and password-creation date for the specified IAM user.Future<GetLoginProfileResult>
AbstractAmazonIdentityManagementAsync. getLoginProfileAsync(GetLoginProfileRequest request)
Future<GetLoginProfileResult>
AbstractAmazonIdentityManagementAsync. getLoginProfileAsync(GetLoginProfileRequest request, AsyncHandler<GetLoginProfileRequest,GetLoginProfileResult> asyncHandler)
Future<GetLoginProfileResult>
AmazonIdentityManagementAsync. getLoginProfileAsync(GetLoginProfileRequest getLoginProfileRequest)
Retrieves the user name and password-creation date for the specified IAM user.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)
Future<GetLoginProfileResult>
AmazonIdentityManagementAsyncClient. getLoginProfileAsync(GetLoginProfileRequest request, AsyncHandler<GetLoginProfileRequest,GetLoginProfileResult> asyncHandler)
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetLoginProfileRequest Modifier and Type Method 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)
-
Uses of GetLoginProfileRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetLoginProfileRequest Modifier and Type Method Description GetLoginProfileRequest
GetLoginProfileRequest. clone()
GetLoginProfileRequest
GetLoginProfileRequest. withUserName(String userName)
The name of the user whose login profile you want to retrieve.
-