| Package | Description |
|---|---|
| com.amazonaws.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
User |
User.clone() |
User |
User.withApiAccess(ApiAccess apiAccess)
Indicates whether the user can use the
GetProgrammaticAccessCredentials API to obtain credentials
that can then be used to access other FinSpace Data API operations. |
User |
User.withApiAccess(String apiAccess)
Indicates whether the user can use the
GetProgrammaticAccessCredentials API to obtain credentials
that can then be used to access other FinSpace Data API operations. |
User |
User.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. |
User |
User.withCreateTime(Long createTime)
The timestamp at which the user account was created in FinSpace.
|
User |
User.withEmailAddress(String emailAddress)
The email address of the user.
|
User |
User.withFirstName(String firstName)
The first name of the user.
|
User |
User.withLastDisabledTime(Long lastDisabledTime)
Describes the last time the user account was disabled.
|
User |
User.withLastEnabledTime(Long lastEnabledTime)
Describes the last time the user account was enabled.
|
User |
User.withLastLoginTime(Long lastLoginTime)
Describes the last time that the user logged into their account.
|
User |
User.withLastModifiedTime(Long lastModifiedTime)
Describes the last time the user account was updated.
|
User |
User.withLastName(String lastName)
The last name of the user.
|
User |
User.withStatus(String status)
The current status of the user account.
|
User |
User.withStatus(UserStatus status)
The current status of the user account.
|
User |
User.withType(String type)
Indicates the type of user.
|
User |
User.withType(UserType type)
Indicates the type of user.
|
User |
User.withUserId(String userId)
The unique identifier for the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
ListUsersResult.getUsers()
A list of all the user accounts.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsersResult |
ListUsersResult.withUsers(User... users)
A list of all the user accounts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersResult.setUsers(Collection<User> users)
A list of all the user accounts.
|
ListUsersResult |
ListUsersResult.withUsers(Collection<User> users)
A list of all the user accounts.
|
Copyright © 2022. All rights reserved.