| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
MessageResponse |
MessageResponse.addEndpointResultEntry(String key,
EndpointMessageResult value) |
MessageResponse |
MessageResponse.addResultEntry(String key,
MessageResult value) |
MessageResponse |
MessageResponse.clearEndpointResultEntries()
Removes all the entries added into EndpointResult.
|
MessageResponse |
MessageResponse.clearResultEntries()
Removes all the entries added into Result.
|
MessageResponse |
MessageResponse.clone() |
MessageResponse |
SendMessagesResult.getMessageResponse() |
MessageResponse |
MessageResponse.withApplicationId(String applicationId)
Application id of the message.
|
MessageResponse |
MessageResponse.withEndpointResult(Map<String,EndpointMessageResult> endpointResult)
A map containing a multi part response for each address, with the endpointId as the key and the result as the
value.
|
MessageResponse |
MessageResponse.withRequestId(String requestId)
Original request Id for which this message was delivered.
|
MessageResponse |
MessageResponse.withResult(Map<String,MessageResult> result)
A map containing a multi part response for each address, with the address as the key(Email address, phone number
or push token) and the result as the value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendMessagesResult.setMessageResponse(MessageResponse messageResponse) |
SendMessagesResult |
SendMessagesResult.withMessageResponse(MessageResponse messageResponse) |
Copyright © 2019. All rights reserved.