| Package | Description |
|---|---|
| com.amazonaws.services.personalizeevents.model |
| Modifier and Type | Method and Description |
|---|---|
Item |
Item.clone() |
Item |
Item.withItemId(String itemId)
The ID associated with the item.
|
Item |
Item.withProperties(String properties)
A string map of item-specific metadata.
|
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
PutItemsRequest.getItems()
A list of item data.
|
| Modifier and Type | Method and Description |
|---|---|
PutItemsRequest |
PutItemsRequest.withItems(Item... items)
A list of item data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutItemsRequest.setItems(Collection<Item> items)
A list of item data.
|
PutItemsRequest |
PutItemsRequest.withItems(Collection<Item> items)
A list of item data.
|
Copyright © 2024. All rights reserved.