Package | Description |
---|---|
com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonIdentityManagementClient.updateLoginProfile(UpdateLoginProfileRequest updateLoginProfileRequest)
Changes the password for the specified user.
|
void |
AmazonIdentityManagement.updateLoginProfile(UpdateLoginProfileRequest updateLoginProfileRequest)
Changes the password for the specified user.
|
Future<Void> |
AmazonIdentityManagementAsync.updateLoginProfileAsync(UpdateLoginProfileRequest updateLoginProfileRequest)
Changes the password for the specified user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateLoginProfileAsync(UpdateLoginProfileRequest updateLoginProfileRequest)
Changes the password for the specified user.
|
Future<Void> |
AmazonIdentityManagementAsync.updateLoginProfileAsync(UpdateLoginProfileRequest updateLoginProfileRequest,
AsyncHandler<UpdateLoginProfileRequest,Void> asyncHandler)
Changes the password for the specified user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateLoginProfileAsync(UpdateLoginProfileRequest updateLoginProfileRequest,
AsyncHandler<UpdateLoginProfileRequest,Void> asyncHandler)
Changes the password for the specified user.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonIdentityManagementAsync.updateLoginProfileAsync(UpdateLoginProfileRequest updateLoginProfileRequest,
AsyncHandler<UpdateLoginProfileRequest,Void> asyncHandler)
Changes the password for the specified user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateLoginProfileAsync(UpdateLoginProfileRequest updateLoginProfileRequest,
AsyncHandler<UpdateLoginProfileRequest,Void> asyncHandler)
Changes the password for the specified user.
|
Modifier and Type | Method and Description |
---|---|
UpdateLoginProfileRequest |
UpdateLoginProfileRequest.withPassword(String password)
The new password for the specified user.
|
UpdateLoginProfileRequest |
UpdateLoginProfileRequest.withPasswordResetRequired(Boolean passwordResetRequired)
Require the specified user to set a new password on next sign-in.
|
UpdateLoginProfileRequest |
UpdateLoginProfileRequest.withUserName(String userName)
Name of the user whose password you want to update.
|
Copyright © 2014. All rights reserved.