Uses of Class
software.amazon.awssdk.services.qbusiness.model.UpdateUserResponse
-
Packages that use UpdateUserResponse Package Description software.amazon.awssdk.services.qbusiness -
-
Uses of UpdateUserResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return UpdateUserResponse Modifier and Type Method Description default UpdateUserResponseQBusinessClient. updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)Updates a information associated with a user id.default UpdateUserResponseQBusinessClient. updateUser(UpdateUserRequest updateUserRequest)Updates a information associated with a user id.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type UpdateUserResponse Modifier and Type Method Description default CompletableFuture<UpdateUserResponse>QBusinessAsyncClient. updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)Updates a information associated with a user id.default CompletableFuture<UpdateUserResponse>QBusinessAsyncClient. updateUser(UpdateUserRequest updateUserRequest)Updates a information associated with a user id.
-