Uses of Class
com.amazonaws.services.identitymanagement.model.GetLoginProfileResult
Packages that use GetLoginProfileResult
Package
Description
-
Uses of GetLoginProfileResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return GetLoginProfileResultModifier 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.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type GetLoginProfileResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.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 GetLoginProfileResultModifier 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 GetLoginProfileResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetLoginProfileResultModifier and TypeMethodDescriptionGetLoginProfileResult.clone()
GetLoginProfileResult.withLoginProfile
(LoginProfile loginProfile) A structure containing the user name and password create date for the user.