| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointMessageResult |
EndpointMessageResult.clone() |
EndpointMessageResult |
EndpointMessageResult.withAddress(String address)
Address that endpoint message was delivered to.
|
EndpointMessageResult |
EndpointMessageResult.withDeliveryStatus(DeliveryStatus deliveryStatus)
The delivery status of the message.
|
EndpointMessageResult |
EndpointMessageResult.withDeliveryStatus(String deliveryStatus)
The delivery status of the message.
|
EndpointMessageResult |
EndpointMessageResult.withMessageId(String messageId)
Unique message identifier associated with the message that was sent.
|
EndpointMessageResult |
EndpointMessageResult.withStatusCode(Integer statusCode)
Downstream service status code.
|
EndpointMessageResult |
EndpointMessageResult.withStatusMessage(String statusMessage)
Status message for message delivery.
|
EndpointMessageResult |
EndpointMessageResult.withUpdatedToken(String updatedToken)
If token was updated as part of delivery.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,EndpointMessageResult> |
MessageResponse.getEndpointResult()
A map containing a multi part response for each address, with the endpointId as the key and the result as the
value.
|
Map<String,Map<String,EndpointMessageResult>> |
SendUsersMessageResponse.getResult()
An object that shows the endpoints that were messaged for each user.
|
| Modifier and Type | Method and Description |
|---|---|
MessageResponse |
MessageResponse.addEndpointResultEntry(String key,
EndpointMessageResult value) |
| Modifier and Type | Method and Description |
|---|---|
SendUsersMessageResponse |
SendUsersMessageResponse.addResultEntry(String key,
Map<String,EndpointMessageResult> value) |
void |
MessageResponse.setEndpointResult(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.
|
void |
SendUsersMessageResponse.setResult(Map<String,Map<String,EndpointMessageResult>> result)
An object that shows the endpoints that were messaged for each user.
|
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.
|
SendUsersMessageResponse |
SendUsersMessageResponse.withResult(Map<String,Map<String,EndpointMessageResult>> result)
An object that shows the endpoints that were messaged for each user.
|
Copyright © 2018. All rights reserved.