Uses of Class
software.amazon.awssdk.services.finspace.model.CreateKxUserRequest
-
Packages that use CreateKxUserRequest 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 CreateKxUserRequest in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace with parameters of type CreateKxUserRequest Modifier and Type Method Description default CompletableFuture<CreateKxUserResponse>FinspaceAsyncClient. createKxUser(CreateKxUserRequest createKxUserRequest)Creates a user in FinSpace kdb environment with an associated IAM role.default CreateKxUserResponseFinspaceClient. createKxUser(CreateKxUserRequest createKxUserRequest)Creates a user in FinSpace kdb environment with an associated IAM role. -
Uses of CreateKxUserRequest in software.amazon.awssdk.services.finspace.transform
Methods in software.amazon.awssdk.services.finspace.transform with parameters of type CreateKxUserRequest Modifier and Type Method Description SdkHttpFullRequestCreateKxUserRequestMarshaller. marshall(CreateKxUserRequest createKxUserRequest)
-