Uses of Class
software.amazon.awssdk.services.iam.model.UpdateLoginProfileResponse
-
Packages that use UpdateLoginProfileResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of UpdateLoginProfileResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return UpdateLoginProfileResponse Modifier and Type Method Description default UpdateLoginProfileResponseIamClient. updateLoginProfile(Consumer<UpdateLoginProfileRequest.Builder> updateLoginProfileRequest)Changes the password for the specified IAM user.default UpdateLoginProfileResponseIamClient. updateLoginProfile(UpdateLoginProfileRequest updateLoginProfileRequest)Changes the password for the specified IAM user.Methods in software.amazon.awssdk.services.iam that return types with arguments of type UpdateLoginProfileResponse Modifier and Type Method Description default CompletableFuture<UpdateLoginProfileResponse>IamAsyncClient. updateLoginProfile(Consumer<UpdateLoginProfileRequest.Builder> updateLoginProfileRequest)Changes the password for the specified IAM user.default CompletableFuture<UpdateLoginProfileResponse>IamAsyncClient. updateLoginProfile(UpdateLoginProfileRequest updateLoginProfileRequest)Changes the password for the specified IAM user.
-