Uses of Class
com.amazonaws.services.identitymanagement.model.UpdateLoginProfileRequest
Packages that use UpdateLoginProfileRequest
Package
Description
-
Uses of UpdateLoginProfileRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type UpdateLoginProfileRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.updateLoginProfile
(UpdateLoginProfileRequest request) AmazonIdentityManagement.updateLoginProfile
(UpdateLoginProfileRequest updateLoginProfileRequest) Changes the password for the specified IAM user.AmazonIdentityManagementClient.updateLoginProfile
(UpdateLoginProfileRequest updateLoginProfileRequest) Changes the password for the specified IAM user.AbstractAmazonIdentityManagementAsync.updateLoginProfileAsync
(UpdateLoginProfileRequest request) AbstractAmazonIdentityManagementAsync.updateLoginProfileAsync
(UpdateLoginProfileRequest request, AsyncHandler<UpdateLoginProfileRequest, UpdateLoginProfileResult> asyncHandler) AmazonIdentityManagementAsync.updateLoginProfileAsync
(UpdateLoginProfileRequest updateLoginProfileRequest) Changes the password for the specified IAM user.AmazonIdentityManagementAsync.updateLoginProfileAsync
(UpdateLoginProfileRequest updateLoginProfileRequest, AsyncHandler<UpdateLoginProfileRequest, UpdateLoginProfileResult> asyncHandler) Changes the password for the specified IAM user.AmazonIdentityManagementAsyncClient.updateLoginProfileAsync
(UpdateLoginProfileRequest request) AmazonIdentityManagementAsyncClient.updateLoginProfileAsync
(UpdateLoginProfileRequest request, AsyncHandler<UpdateLoginProfileRequest, UpdateLoginProfileResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type UpdateLoginProfileRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.updateLoginProfileAsync
(UpdateLoginProfileRequest request, AsyncHandler<UpdateLoginProfileRequest, UpdateLoginProfileResult> asyncHandler) AmazonIdentityManagementAsync.updateLoginProfileAsync
(UpdateLoginProfileRequest updateLoginProfileRequest, AsyncHandler<UpdateLoginProfileRequest, UpdateLoginProfileResult> asyncHandler) Changes the password for the specified IAM user.AmazonIdentityManagementAsyncClient.updateLoginProfileAsync
(UpdateLoginProfileRequest request, AsyncHandler<UpdateLoginProfileRequest, UpdateLoginProfileResult> asyncHandler) -
Uses of UpdateLoginProfileRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return UpdateLoginProfileRequestModifier and TypeMethodDescriptionUpdateLoginProfileRequest.clone()
UpdateLoginProfileRequest.withPassword
(String password) The new password for the specified IAM user.UpdateLoginProfileRequest.withPasswordResetRequired
(Boolean passwordResetRequired) Allows this new password to be used only once by requiring the specified IAM user to set a new password on next sign-in.UpdateLoginProfileRequest.withUserName
(String userName) The name of the user whose password you want to update.