Uses of Class
software.amazon.awssdk.services.finspace.model.UpdateKxUserResponse
-
Packages that use UpdateKxUserResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of UpdateKxUserResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return UpdateKxUserResponse Modifier and Type Method Description default UpdateKxUserResponseFinspaceClient. updateKxUser(Consumer<UpdateKxUserRequest.Builder> updateKxUserRequest)Updates the user details.default UpdateKxUserResponseFinspaceClient. updateKxUser(UpdateKxUserRequest updateKxUserRequest)Updates the user details.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type UpdateKxUserResponse Modifier and Type Method Description default CompletableFuture<UpdateKxUserResponse>FinspaceAsyncClient. updateKxUser(Consumer<UpdateKxUserRequest.Builder> updateKxUserRequest)Updates the user details.default CompletableFuture<UpdateKxUserResponse>FinspaceAsyncClient. updateKxUser(UpdateKxUserRequest updateKxUserRequest)Updates the user details.
-