| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.addAttributesEntry(String key,
String value) |
Event |
Event.addMetricsEntry(String key,
Double value) |
Event |
Event.clearAttributesEntries()
Removes all the entries added into Attributes.
|
Event |
Event.clearMetricsEntries()
Removes all the entries added into Metrics.
|
Event |
Event.clone() |
Event |
Event.withAttributes(Map<String,String> attributes)
Custom attributes that are associated with the event you're adding or updating.
|
Event |
Event.withClientSdkVersion(String clientSdkVersion)
The version of the SDK that's running on the client device.
|
Event |
Event.withEventType(String eventType)
The name of the custom event that you're recording.
|
Event |
Event.withMetrics(Map<String,Double> metrics)
Event metrics
|
Event |
Event.withSession(Session session)
The session
|
Event |
Event.withTimestamp(String timestamp)
The date and time when the event occurred, in ISO 8601 format.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Event> |
EventsBatch.getEvents()
Events
|
| Modifier and Type | Method and Description |
|---|---|
EventsBatch |
EventsBatch.addEventsEntry(String key,
Event value) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventsBatch.setEvents(Map<String,Event> events)
Events
|
EventsBatch |
EventsBatch.withEvents(Map<String,Event> events)
Events
|
Copyright © 2018. All rights reserved.