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