Uses of Class
software.amazon.awssdk.services.finspace.model.ListKxUsersResponse
-
Packages that use ListKxUsersResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of ListKxUsersResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return ListKxUsersResponse Modifier and Type Method Description default ListKxUsersResponseFinspaceClient. listKxUsers(Consumer<ListKxUsersRequest.Builder> listKxUsersRequest)Lists all the users in a kdb environment.default ListKxUsersResponseFinspaceClient. listKxUsers(ListKxUsersRequest listKxUsersRequest)Lists all the users in a kdb environment.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type ListKxUsersResponse Modifier and Type Method Description default CompletableFuture<ListKxUsersResponse>FinspaceAsyncClient. listKxUsers(Consumer<ListKxUsersRequest.Builder> listKxUsersRequest)Lists all the users in a kdb environment.default CompletableFuture<ListKxUsersResponse>FinspaceAsyncClient. listKxUsers(ListKxUsersRequest listKxUsersRequest)Lists all the users in a kdb environment.
-