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