| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ItemResponse |
ItemResponse.addEventsItemResponseEntry(String key,
EventItemResponse value) |
ItemResponse |
ItemResponse.clearEventsItemResponseEntries()
Removes all the entries added into EventsItemResponse.
|
ItemResponse |
ItemResponse.clone() |
ItemResponse |
ItemResponse.withEndpointItemResponse(EndpointItemResponse endpointItemResponse)
Endpoint item response after endpoint registration
|
ItemResponse |
ItemResponse.withEventsItemResponse(Map<String,EventItemResponse> eventsItemResponse)
Events item response is a multipart response object per event Id, with eventId as the key and EventItemResponse
object as the value
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ItemResponse> |
EventsResponse.getResults()
A map containing a multi part response for each endpoint, with the endpoint id as the key and item response as
the value
|
| Modifier and Type | Method and Description |
|---|---|
EventsResponse |
EventsResponse.addResultsEntry(String key,
ItemResponse value) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventsResponse.setResults(Map<String,ItemResponse> results)
A map containing a multi part response for each endpoint, with the endpoint id as the key and item response as
the value
|
EventsResponse |
EventsResponse.withResults(Map<String,ItemResponse> results)
A map containing a multi part response for each endpoint, with the endpoint id as the key and item response as
the value
|
Copyright © 2018. All rights reserved.