| 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 |
|---|---|
Future<UpdateKxUserResult> |
AWSfinspaceAsyncClient.updateKxUserAsync(UpdateKxUserRequest request,
AsyncHandler<UpdateKxUserRequest,UpdateKxUserResult> asyncHandler) |
Future<UpdateKxUserResult> |
AbstractAWSfinspaceAsync.updateKxUserAsync(UpdateKxUserRequest request,
AsyncHandler<UpdateKxUserRequest,UpdateKxUserResult> asyncHandler) |
Future<UpdateKxUserResult> |
AWSfinspaceAsync.updateKxUserAsync(UpdateKxUserRequest updateKxUserRequest,
AsyncHandler<UpdateKxUserRequest,UpdateKxUserResult> asyncHandler)
Updates the user details.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateKxUserRequest |
UpdateKxUserRequest.clone() |
UpdateKxUserRequest |
UpdateKxUserRequest.withClientToken(String clientToken)
A token that ensures idempotency.
|
UpdateKxUserRequest |
UpdateKxUserRequest.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
UpdateKxUserRequest |
UpdateKxUserRequest.withIamRole(String iamRole)
The IAM role ARN that is associated with the user.
|
UpdateKxUserRequest |
UpdateKxUserRequest.withUserName(String userName)
A unique identifier for the user.
|
Copyright © 2025. All rights reserved.