Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
EventsBatch |
EventsBatch.addEventsEntry(String key,
Event value)
Add a single Events entry
|
EventsBatch |
EventsBatch.clearEventsEntries()
Removes all the entries added into Events.
|
EventsBatch |
EventsBatch.clone() |
EventsBatch |
EventsBatch.withEndpoint(PublicEndpoint endpoint)
A set of properties and attributes that are associated with the endpoint.
|
EventsBatch |
EventsBatch.withEvents(Map<String,Event> events)
A set of properties that are associated with the event.
|
Modifier and Type | Method and Description |
---|---|
Map<String,EventsBatch> |
EventsRequest.getBatchItem()
The batch of events to process.
|
Modifier and Type | Method and Description |
---|---|
EventsRequest |
EventsRequest.addBatchItemEntry(String key,
EventsBatch value)
Add a single BatchItem entry
|
Modifier and Type | Method and Description |
---|---|
void |
EventsRequest.setBatchItem(Map<String,EventsBatch> batchItem)
The batch of events to process.
|
EventsRequest |
EventsRequest.withBatchItem(Map<String,EventsBatch> batchItem)
The batch of events to process.
|
Copyright © 2021. All rights reserved.