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)Deprecated.This method will be discontinued.default UpdateUserResponseFinspaceDataClient. updateUser(UpdateUserRequest updateUserRequest)Deprecated.This method will be discontinued.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)Deprecated.This method will be discontinued.default CompletableFuture<UpdateUserResponse>FinspaceDataAsyncClient. updateUser(UpdateUserRequest updateUserRequest)Deprecated.This method will be discontinued.
-