| 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 who is calling this action.
|
void |
AmazonIdentityManagement.changePassword(ChangePasswordRequest changePasswordRequest)
Changes the password of the IAM user who is calling this action.
|
Future<Void> |
AmazonIdentityManagementAsync.changePasswordAsync(ChangePasswordRequest changePasswordRequest)
Changes the password of the IAM user who is calling this action.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.changePasswordAsync(ChangePasswordRequest changePasswordRequest)
Changes the password of the IAM user who is calling this action.
|
Future<Void> |
AmazonIdentityManagementAsync.changePasswordAsync(ChangePasswordRequest changePasswordRequest,
AsyncHandler<ChangePasswordRequest,Void> asyncHandler)
Changes the password of the IAM user who is calling this action.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.changePasswordAsync(ChangePasswordRequest changePasswordRequest,
AsyncHandler<ChangePasswordRequest,Void> asyncHandler)
Changes the password of the IAM user who is calling this action.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsync.changePasswordAsync(ChangePasswordRequest changePasswordRequest,
AsyncHandler<ChangePasswordRequest,Void> asyncHandler)
Changes the password of the IAM user who is calling this action.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.changePasswordAsync(ChangePasswordRequest changePasswordRequest,
AsyncHandler<ChangePasswordRequest,Void> asyncHandler)
Changes the password of the IAM user who is calling this action.
|
| Modifier and Type | Method and Description |
|---|---|
ChangePasswordRequest |
ChangePasswordRequest.clone() |
ChangePasswordRequest |
ChangePasswordRequest.withNewPassword(String newPassword)
The new password.
|
ChangePasswordRequest |
ChangePasswordRequest.withOldPassword(String oldPassword)
The IAM user's current password.
|
Copyright © 2015. All rights reserved.