Uses of Class
software.amazon.awssdk.services.finspace.model.CreateKxUserResponse
-
Packages that use CreateKxUserResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of CreateKxUserResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return CreateKxUserResponse Modifier and Type Method Description default CreateKxUserResponseFinspaceClient. createKxUser(Consumer<CreateKxUserRequest.Builder> 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.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type CreateKxUserResponse Modifier and Type Method Description default CompletableFuture<CreateKxUserResponse>FinspaceAsyncClient. createKxUser(Consumer<CreateKxUserRequest.Builder> createKxUserRequest)Creates a user in FinSpace kdb environment with an associated IAM role.default CompletableFuture<CreateKxUserResponse>FinspaceAsyncClient. createKxUser(CreateKxUserRequest createKxUserRequest)Creates a user in FinSpace kdb environment with an associated IAM role.
-