Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
EventItemResponse |
EventItemResponse.clone() |
EventItemResponse |
EventItemResponse.withMessage(String message)
A custom message that's returned in the response as a result of processing the event.
|
EventItemResponse |
EventItemResponse.withStatusCode(Integer statusCode)
The status code that's returned in the response as a result of processing the event.
|
Modifier and Type | Method and Description |
---|---|
Map<String,EventItemResponse> |
ItemResponse.getEventsItemResponse()
A multipart response object that contains a key and a value for each event in the request.
|
Modifier and Type | Method and Description |
---|---|
ItemResponse |
ItemResponse.addEventsItemResponseEntry(String key,
EventItemResponse value)
Add a single EventsItemResponse entry
|
Modifier and Type | Method and Description |
---|---|
void |
ItemResponse.setEventsItemResponse(Map<String,EventItemResponse> eventsItemResponse)
A multipart response object that contains a key and a value for each event in the request.
|
ItemResponse |
ItemResponse.withEventsItemResponse(Map<String,EventItemResponse> eventsItemResponse)
A multipart response object that contains a key and a value for each event in the request.
|
Copyright © 2021. All rights reserved.