Uses of Class
software.amazon.awssdk.services.finspace.model.ListKxUsersRequest
-
Packages that use ListKxUsersRequest 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 ListKxUsersRequest in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace with parameters of type ListKxUsersRequest Modifier and Type Method Description default CompletableFuture<ListKxUsersResponse>FinspaceAsyncClient. listKxUsers(ListKxUsersRequest listKxUsersRequest)Lists all the users in a kdb environment.default ListKxUsersResponseFinspaceClient. listKxUsers(ListKxUsersRequest listKxUsersRequest)Lists all the users in a kdb environment. -
Uses of ListKxUsersRequest in software.amazon.awssdk.services.finspace.transform
Methods in software.amazon.awssdk.services.finspace.transform with parameters of type ListKxUsersRequest Modifier and Type Method Description SdkHttpFullRequestListKxUsersRequestMarshaller. marshall(ListKxUsersRequest listKxUsersRequest)
-