| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EventsBatch |
EventsBatch.addEventsEntry(String key,
Event value) |
EventsBatch |
EventsBatch.clearEventsEntries()
Removes all the entries added into Events.
|
EventsBatch |
EventsBatch.clone() |
EventsBatch |
EventsBatch.withEndpoint(PublicEndpoint endpoint)
Endpoint information
|
EventsBatch |
EventsBatch.withEvents(Map<String,Event> events)
Events
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,EventsBatch> |
EventsRequest.getBatchItem()
Batch of events with endpoint id as the key and an object of EventsBatch as value.
|
| Modifier and Type | Method and Description |
|---|---|
EventsRequest |
EventsRequest.addBatchItemEntry(String key,
EventsBatch value) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventsRequest.setBatchItem(Map<String,EventsBatch> batchItem)
Batch of events with endpoint id as the key and an object of EventsBatch as value.
|
EventsRequest |
EventsRequest.withBatchItem(Map<String,EventsBatch> batchItem)
Batch of events with endpoint id as the key and an object of EventsBatch as value.
|
Copyright © 2018. All rights reserved.