Uses of Class
software.amazon.awssdk.services.finspace.model.DeleteKxUserResponse
-
Packages that use DeleteKxUserResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of DeleteKxUserResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return DeleteKxUserResponse Modifier and Type Method Description default DeleteKxUserResponseFinspaceClient. deleteKxUser(Consumer<DeleteKxUserRequest.Builder> deleteKxUserRequest)Deletes a user in the specified kdb environment.default DeleteKxUserResponseFinspaceClient. deleteKxUser(DeleteKxUserRequest deleteKxUserRequest)Deletes a user in the specified kdb environment.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type DeleteKxUserResponse Modifier and Type Method Description default CompletableFuture<DeleteKxUserResponse>FinspaceAsyncClient. deleteKxUser(Consumer<DeleteKxUserRequest.Builder> deleteKxUserRequest)Deletes a user in the specified kdb environment.default CompletableFuture<DeleteKxUserResponse>FinspaceAsyncClient. deleteKxUser(DeleteKxUserRequest deleteKxUserRequest)Deletes a user in the specified kdb environment.
-