Uses of Class
software.amazon.awssdk.services.finspace.model.GetKxUserRequest
-
Packages that use GetKxUserRequest 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 GetKxUserRequest in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace with parameters of type GetKxUserRequest Modifier and Type Method Description default CompletableFuture<GetKxUserResponse>FinspaceAsyncClient. getKxUser(GetKxUserRequest getKxUserRequest)Retrieves information about the specified kdb user.default GetKxUserResponseFinspaceClient. getKxUser(GetKxUserRequest getKxUserRequest)Retrieves information about the specified kdb user. -
Uses of GetKxUserRequest in software.amazon.awssdk.services.finspace.transform
Methods in software.amazon.awssdk.services.finspace.transform with parameters of type GetKxUserRequest Modifier and Type Method Description SdkHttpFullRequestGetKxUserRequestMarshaller. marshall(GetKxUserRequest getKxUserRequest)
-