Uses of Class
com.amazonaws.services.identitymanagement.model.GetLoginProfileResult
-
Packages that use GetLoginProfileResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of GetLoginProfileResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return GetLoginProfileResult Modifier and Type Method Description GetLoginProfileResultAbstractAmazonIdentityManagement. getLoginProfile(GetLoginProfileRequest request)GetLoginProfileResultAmazonIdentityManagement. getLoginProfile(GetLoginProfileRequest getLoginProfileRequest)Retrieves the user name and password-creation date for the specified IAM user.GetLoginProfileResultAmazonIdentityManagementClient. getLoginProfile(GetLoginProfileRequest getLoginProfileRequest)Retrieves the user name and password-creation date for the specified IAM user.Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetLoginProfileResult 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 GetLoginProfileResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetLoginProfileResult Modifier and Type Method Description GetLoginProfileResultGetLoginProfileResult. clone()GetLoginProfileResultGetLoginProfileResult. withLoginProfile(LoginProfile loginProfile)A structure containing the user name and password create date for the user.
-