| Package | Description |
|---|---|
| com.amazonaws.services.finspacedata |
The FinSpace APIs let you take actions inside the FinSpace.
|
| com.amazonaws.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateUserResult> |
AWSFinSpaceDataAsyncClient.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler)
Deprecated.
|
Future<UpdateUserResult> |
AWSFinSpaceDataAsync.updateUserAsync(UpdateUserRequest updateUserRequest,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler)
Deprecated.
|
Future<UpdateUserResult> |
AbstractAWSFinSpaceDataAsync.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest |
UpdateUserRequest.clone() |
UpdateUserRequest |
UpdateUserRequest.withApiAccess(ApiAccess apiAccess)
The option to indicate whether the user can use the
GetProgrammaticAccessCredentials API to obtain
credentials that can then be used to access other FinSpace Data API operations. |
UpdateUserRequest |
UpdateUserRequest.withApiAccess(String apiAccess)
The option to indicate whether the user can use the
GetProgrammaticAccessCredentials API to obtain
credentials that can then be used to access other FinSpace Data API operations. |
UpdateUserRequest |
UpdateUserRequest.withApiAccessPrincipalArn(String apiAccessPrincipalArn)
The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials API to obtain a credentials token for a specific FinSpace user. |
UpdateUserRequest |
UpdateUserRequest.withClientToken(String clientToken)
A token that ensures idempotency.
|
UpdateUserRequest |
UpdateUserRequest.withFirstName(String firstName)
The first name of the user.
|
UpdateUserRequest |
UpdateUserRequest.withLastName(String lastName)
The last name of the user.
|
UpdateUserRequest |
UpdateUserRequest.withType(String type)
The option to indicate the type of user.
|
UpdateUserRequest |
UpdateUserRequest.withType(UserType type)
The option to indicate the type of user.
|
UpdateUserRequest |
UpdateUserRequest.withUserId(String userId)
The unique identifier for the user that you want to update.
|
Copyright © 2025. All rights reserved.