| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default ChangePasswordResponse |
IamClient.changePassword(ChangePasswordRequest changePasswordRequest)
Changes the password of the IAM user who is calling this operation.
|
default ChangePasswordResponse |
IamClient.changePassword(Consumer<ChangePasswordRequest.Builder> changePasswordRequest)
Changes the password of the IAM user who is calling this operation.
|
default DeactivateMfaDeviceResponse |
IamClient.deactivateMFADevice(Consumer<DeactivateMfaDeviceRequest.Builder> deactivateMfaDeviceRequest)
Deactivates the specified MFA device and removes it from association with the user name for which it was
originally enabled.
|
default DeactivateMfaDeviceResponse |
IamClient.deactivateMFADevice(DeactivateMfaDeviceRequest deactivateMfaDeviceRequest)
Deactivates the specified MFA device and removes it from association with the user name for which it was
originally enabled.
|
default DeleteLoginProfileResponse |
IamClient.deleteLoginProfile(Consumer<DeleteLoginProfileRequest.Builder> deleteLoginProfileRequest)
Deletes the password for the specified IAM user, For more information, see Managing
passwords for IAM users.
|
default DeleteLoginProfileResponse |
IamClient.deleteLoginProfile(DeleteLoginProfileRequest deleteLoginProfileRequest)
Deletes the password for the specified IAM user, For more information, see Managing
passwords for IAM users.
|
default EnableMfaDeviceResponse |
IamClient.enableMFADevice(Consumer<EnableMfaDeviceRequest.Builder> enableMfaDeviceRequest)
Enables the specified MFA device and associates it with the specified IAM user.
|
default EnableMfaDeviceResponse |
IamClient.enableMFADevice(EnableMfaDeviceRequest enableMfaDeviceRequest)
Enables the specified MFA device and associates it with the specified IAM user.
|
default UpdateLoginProfileResponse |
IamClient.updateLoginProfile(Consumer<UpdateLoginProfileRequest.Builder> updateLoginProfileRequest)
Changes the password for the specified IAM user.
|
default UpdateLoginProfileResponse |
IamClient.updateLoginProfile(UpdateLoginProfileRequest updateLoginProfileRequest)
Changes the password for the specified IAM user.
|
default UpdateUserResponse |
IamClient.updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)
Updates the name and/or the path of the specified IAM user.
|
default UpdateUserResponse |
IamClient.updateUser(UpdateUserRequest updateUserRequest)
Updates the name and/or the path of the specified IAM user.
|
Copyright © 2023. All rights reserved.