Uses of Class
software.amazon.awssdk.services.iam.model.ChangePasswordResponse
-
Packages that use ChangePasswordResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of ChangePasswordResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ChangePasswordResponse Modifier and Type Method Description default ChangePasswordResponseIamClient. changePassword(Consumer<ChangePasswordRequest.Builder> changePasswordRequest)Changes the password of the IAM user who is calling this operation.default ChangePasswordResponseIamClient. changePassword(ChangePasswordRequest changePasswordRequest)Changes the password of the IAM user who is calling this operation.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ChangePasswordResponse Modifier and Type Method Description default CompletableFuture<ChangePasswordResponse>IamAsyncClient. changePassword(Consumer<ChangePasswordRequest.Builder> changePasswordRequest)Changes the password of the IAM user who is calling this operation.default CompletableFuture<ChangePasswordResponse>IamAsyncClient. changePassword(ChangePasswordRequest changePasswordRequest)Changes the password of the IAM user who is calling this operation.
-