| Package | Description |
|---|---|
| com.amazonaws.services.personalizeevents.model |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.clone() |
Event |
Event.withEventId(String eventId)
An ID associated with the event.
|
Event |
Event.withEventType(String eventType)
The type of event.
|
Event |
Event.withProperties(String properties)
A string map of event-specific data that you might choose to record.
|
Event |
Event.withSentAt(Date sentAt)
The timestamp on the client side when the event occurred.
|
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
PutEventsRequest.getEventList()
A list of event data from the session.
|
| Modifier and Type | Method and Description |
|---|---|
PutEventsRequest |
PutEventsRequest.withEventList(Event... eventList)
A list of event data from the session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutEventsRequest.setEventList(Collection<Event> eventList)
A list of event data from the session.
|
PutEventsRequest |
PutEventsRequest.withEventList(Collection<Event> eventList)
A list of event data from the session.
|
Copyright © 2019. All rights reserved.