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