Uses of Class
software.amazon.awssdk.services.finspacedata.model.UpdateUserResponse
-
Packages that use UpdateUserResponse Package Description software.amazon.awssdk.services.finspacedata The FinSpace APIs let you take actions inside the FinSpace. -
-
Uses of UpdateUserResponse in software.amazon.awssdk.services.finspacedata
Methods in software.amazon.awssdk.services.finspacedata that return UpdateUserResponse Modifier and Type Method Description default UpdateUserResponseFinspaceDataClient. updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)Modifies the details of the specified user.default UpdateUserResponseFinspaceDataClient. updateUser(UpdateUserRequest updateUserRequest)Modifies the details of the specified user.Methods in software.amazon.awssdk.services.finspacedata that return types with arguments of type UpdateUserResponse Modifier and Type Method Description default CompletableFuture<UpdateUserResponse>FinspaceDataAsyncClient. updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)Modifies the details of the specified user.default CompletableFuture<UpdateUserResponse>FinspaceDataAsyncClient. updateUser(UpdateUserRequest updateUserRequest)Modifies the details of the specified user.
-