| 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 CreateLoginProfileResponse |
IamClient.createLoginProfile(Consumer<CreateLoginProfileRequest.Builder> createLoginProfileRequest)
Creates a password for the specified IAM user.
|
default CreateLoginProfileResponse |
IamClient.createLoginProfile(CreateLoginProfileRequest createLoginProfileRequest)
Creates a password for 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.
|
Copyright © 2022. All rights reserved.