| 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<CreateUserResult> |
AWSFinSpaceDataAsyncClient.createUserAsync(CreateUserRequest request,
AsyncHandler<CreateUserRequest,CreateUserResult> asyncHandler)
Deprecated.
|
Future<CreateUserResult> |
AWSFinSpaceDataAsync.createUserAsync(CreateUserRequest createUserRequest,
AsyncHandler<CreateUserRequest,CreateUserResult> asyncHandler)
Deprecated.
|
Future<CreateUserResult> |
AbstractAWSFinSpaceDataAsync.createUserAsync(CreateUserRequest request,
AsyncHandler<CreateUserRequest,CreateUserResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserRequest |
CreateUserRequest.clone() |
CreateUserRequest |
CreateUserRequest.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. |
CreateUserRequest |
CreateUserRequest.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. |
CreateUserRequest |
CreateUserRequest.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. |
CreateUserRequest |
CreateUserRequest.withClientToken(String clientToken)
A token that ensures idempotency.
|
CreateUserRequest |
CreateUserRequest.withEmailAddress(String emailAddress)
The email address of the user that you want to register.
|
CreateUserRequest |
CreateUserRequest.withFirstName(String firstName)
The first name of the user that you want to register.
|
CreateUserRequest |
CreateUserRequest.withLastName(String lastName)
The last name of the user that you want to register.
|
CreateUserRequest |
CreateUserRequest.withType(String type)
The option to indicate the type of user.
|
CreateUserRequest |
CreateUserRequest.withType(UserType type)
The option to indicate the type of user.
|
Copyright © 2025. All rights reserved.