| Package | Description |
|---|---|
| com.amazonaws.services.finspace |
The FinSpace management service provides the APIs for managing FinSpace environments.
|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
CreateKxUserResult |
AbstractAWSfinspace.createKxUser(CreateKxUserRequest request) |
CreateKxUserResult |
AWSfinspace.createKxUser(CreateKxUserRequest createKxUserRequest)
Creates a user in FinSpace kdb environment with an associated IAM role.
|
CreateKxUserResult |
AWSfinspaceClient.createKxUser(CreateKxUserRequest request)
Creates a user in FinSpace kdb environment with an associated IAM role.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateKxUserResult> |
AbstractAWSfinspaceAsync.createKxUserAsync(CreateKxUserRequest request,
AsyncHandler<CreateKxUserRequest,CreateKxUserResult> asyncHandler) |
Future<CreateKxUserResult> |
AWSfinspaceAsync.createKxUserAsync(CreateKxUserRequest createKxUserRequest,
AsyncHandler<CreateKxUserRequest,CreateKxUserResult> asyncHandler)
Creates a user in FinSpace kdb environment with an associated IAM role.
|
Future<CreateKxUserResult> |
AWSfinspaceAsyncClient.createKxUserAsync(CreateKxUserRequest request,
AsyncHandler<CreateKxUserRequest,CreateKxUserResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateKxUserResult |
CreateKxUserResult.clone() |
CreateKxUserResult |
CreateKxUserResult.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
CreateKxUserResult |
CreateKxUserResult.withIamRole(String iamRole)
The IAM role ARN that will be associated with the user.
|
CreateKxUserResult |
CreateKxUserResult.withUserArn(String userArn)
The Amazon Resource Name (ARN) that identifies the user.
|
CreateKxUserResult |
CreateKxUserResult.withUserName(String userName)
A unique identifier for the user.
|
Copyright © 2023. All rights reserved.