| Package | Description |
|---|---|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
KxUser |
KxUser.clone() |
KxUser |
KxUser.withCreateTimestamp(Date createTimestamp)
The timestamp at which the kdb user was created.
|
KxUser |
KxUser.withIamRole(String iamRole)
The IAM role ARN that is associated with the user.
|
KxUser |
KxUser.withUpdateTimestamp(Date updateTimestamp)
The timestamp at which the kdb user was updated.
|
KxUser |
KxUser.withUserArn(String userArn)
The Amazon Resource Name (ARN) that identifies the user.
|
KxUser |
KxUser.withUserName(String userName)
A unique identifier for the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<KxUser> |
ListKxUsersResult.getUsers()
A list of users in a kdb environment.
|
| Modifier and Type | Method and Description |
|---|---|
ListKxUsersResult |
ListKxUsersResult.withUsers(KxUser... users)
A list of users in a kdb environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListKxUsersResult.setUsers(Collection<KxUser> users)
A list of users in a kdb environment.
|
ListKxUsersResult |
ListKxUsersResult.withUsers(Collection<KxUser> users)
A list of users in a kdb environment.
|
Copyright © 2025. All rights reserved.