Uses of Class
com.amazonaws.services.identitymanagement.model.UpdateLoginProfileRequest
-
Packages that use UpdateLoginProfileRequest Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of UpdateLoginProfileRequest in com.amazonaws.services.identitymanagement
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type UpdateLoginProfileRequest Modifier and Type Method Description Future<UpdateLoginProfileResult>
AbstractAmazonIdentityManagementAsync. updateLoginProfileAsync(UpdateLoginProfileRequest request, AsyncHandler<UpdateLoginProfileRequest,UpdateLoginProfileResult> asyncHandler)
Future<UpdateLoginProfileResult>
AmazonIdentityManagementAsync. updateLoginProfileAsync(UpdateLoginProfileRequest updateLoginProfileRequest, AsyncHandler<UpdateLoginProfileRequest,UpdateLoginProfileResult> asyncHandler)
Changes the password for the specified IAM user.Future<UpdateLoginProfileResult>
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 UpdateLoginProfileRequest Modifier and Type Method Description UpdateLoginProfileRequest
UpdateLoginProfileRequest. clone()
UpdateLoginProfileRequest
UpdateLoginProfileRequest. withPassword(String password)
The new password for the specified IAM user.UpdateLoginProfileRequest
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
UpdateLoginProfileRequest. withUserName(String userName)
The name of the user whose password you want to update.
-