Uses of Class
software.amazon.awssdk.services.finspace.model.GetKxUserResponse
-
Packages that use GetKxUserResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of GetKxUserResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return GetKxUserResponse Modifier and Type Method Description default GetKxUserResponseFinspaceClient. getKxUser(Consumer<GetKxUserRequest.Builder> getKxUserRequest)Retrieves information about the specified kdb user.default GetKxUserResponseFinspaceClient. getKxUser(GetKxUserRequest getKxUserRequest)Retrieves information about the specified kdb user.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type GetKxUserResponse Modifier and Type Method Description default CompletableFuture<GetKxUserResponse>FinspaceAsyncClient. getKxUser(Consumer<GetKxUserRequest.Builder> getKxUserRequest)Retrieves information about the specified kdb user.default CompletableFuture<GetKxUserResponse>FinspaceAsyncClient. getKxUser(GetKxUserRequest getKxUserRequest)Retrieves information about the specified kdb user.
-