Uses of Class
software.amazon.awssdk.services.iam.model.UpdateUserResponse
-
Packages that use UpdateUserResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of UpdateUserResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return UpdateUserResponse Modifier and Type Method Description default UpdateUserResponseIamClient. updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)Updates the name and/or the path of the specified IAM user.default UpdateUserResponseIamClient. updateUser(UpdateUserRequest updateUserRequest)Updates the name and/or the path of the specified IAM user.Methods in software.amazon.awssdk.services.iam that return types with arguments of type UpdateUserResponse Modifier and Type Method Description default CompletableFuture<UpdateUserResponse>IamAsyncClient. updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)Updates the name and/or the path of the specified IAM user.default CompletableFuture<UpdateUserResponse>IamAsyncClient. updateUser(UpdateUserRequest updateUserRequest)Updates the name and/or the path of the specified IAM user.
-