Uses of Class
software.amazon.awssdk.services.finspace.model.DeleteKxUserRequest
-
Packages that use DeleteKxUserRequest 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 DeleteKxUserRequest in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace with parameters of type DeleteKxUserRequest Modifier and Type Method Description default CompletableFuture<DeleteKxUserResponse>FinspaceAsyncClient. deleteKxUser(DeleteKxUserRequest deleteKxUserRequest)Deletes a user in the specified kdb environment.default DeleteKxUserResponseFinspaceClient. deleteKxUser(DeleteKxUserRequest deleteKxUserRequest)Deletes a user in the specified kdb environment. -
Uses of DeleteKxUserRequest in software.amazon.awssdk.services.finspace.transform
Methods in software.amazon.awssdk.services.finspace.transform with parameters of type DeleteKxUserRequest Modifier and Type Method Description SdkHttpFullRequestDeleteKxUserRequestMarshaller. marshall(DeleteKxUserRequest deleteKxUserRequest)
-