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)
The unique identifier for the application that was used to send the message.
|
MessageResponse |
MessageResponse.withEndpointResult(Map<String,EndpointMessageResult> endpointResult)
A map that contains a multipart response for each address that the message was sent to.
|
MessageResponse |
MessageResponse.withRequestId(String requestId)
The identifier for the original request that the message was delivered for.
|
MessageResponse |
MessageResponse.withResult(Map<String,MessageResult> result)
A map that contains a multipart response for each address (email address, phone number, or push notification
token) that the message was sent to.
|
Modifier and Type | Method and Description |
---|---|
void |
SendMessagesResult.setMessageResponse(MessageResponse messageResponse) |
SendMessagesResult |
SendMessagesResult.withMessageResponse(MessageResponse messageResponse) |
Copyright © 2019. All rights reserved.