| Package | Description |
|---|---|
| com.amazonaws.services.personalizeevents.model |
| Modifier and Type | Method and Description |
|---|---|
User |
User.clone() |
User |
User.withProperties(String properties)
A string map of user-specific metadata.
|
User |
User.withUserId(String userId)
The ID associated with the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
PutUsersRequest.getUsers()
A list of user data.
|
| Modifier and Type | Method and Description |
|---|---|
PutUsersRequest |
PutUsersRequest.withUsers(User... users)
A list of user data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutUsersRequest.setUsers(Collection<User> users)
A list of user data.
|
PutUsersRequest |
PutUsersRequest.withUsers(Collection<User> users)
A list of user data.
|
Copyright © 2021. All rights reserved.