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.changePassword(ChangePasswordRequest changePasswordRequest)
Changes the password of the IAM user calling
ChangePassword . |
void |
AmazonIdentityManagement.changePassword(ChangePasswordRequest changePasswordRequest)
Changes the password of the IAM user calling
ChangePassword . |
Future<Void> |
AmazonIdentityManagementAsync.changePasswordAsync(ChangePasswordRequest changePasswordRequest)
Changes the password of the IAM user calling
ChangePassword . |
Future<Void> |
AmazonIdentityManagementAsyncClient.changePasswordAsync(ChangePasswordRequest changePasswordRequest)
Changes the password of the IAM user calling
ChangePassword . |
Future<Void> |
AmazonIdentityManagementAsync.changePasswordAsync(ChangePasswordRequest changePasswordRequest,
AsyncHandler<ChangePasswordRequest,Void> asyncHandler)
Changes the password of the IAM user calling
ChangePassword . |
Future<Void> |
AmazonIdentityManagementAsyncClient.changePasswordAsync(ChangePasswordRequest changePasswordRequest,
AsyncHandler<ChangePasswordRequest,Void> asyncHandler)
Changes the password of the IAM user calling
ChangePassword . |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonIdentityManagementAsync.changePasswordAsync(ChangePasswordRequest changePasswordRequest,
AsyncHandler<ChangePasswordRequest,Void> asyncHandler)
Changes the password of the IAM user calling
ChangePassword . |
Future<Void> |
AmazonIdentityManagementAsyncClient.changePasswordAsync(ChangePasswordRequest changePasswordRequest,
AsyncHandler<ChangePasswordRequest,Void> asyncHandler)
Changes the password of the IAM user calling
ChangePassword . |
Modifier and Type | Method and Description |
---|---|
ChangePasswordRequest |
ChangePasswordRequest.withNewPassword(String newPassword)
Sets the value of the NewPassword property for this object.
|
ChangePasswordRequest |
ChangePasswordRequest.withOldPassword(String oldPassword)
Sets the value of the OldPassword property for this object.
|
Copyright © 2014. All rights reserved.