| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
MessageResult |
MessageResult.clone() |
MessageResult |
MessageResult.withDeliveryStatus(DeliveryStatus deliveryStatus)
Delivery status of message.
|
MessageResult |
MessageResult.withDeliveryStatus(String deliveryStatus)
Delivery status of message.
|
MessageResult |
MessageResult.withStatusCode(Integer statusCode)
Downstream service status code.
|
MessageResult |
MessageResult.withStatusMessage(String statusMessage)
Status message for message delivery.
|
MessageResult |
MessageResult.withUpdatedToken(String updatedToken)
If token was updated as part of delivery.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MessageResult> |
MessageResponse.getResult()
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 |
|---|---|
MessageResponse |
MessageResponse.addResultEntry(String key,
MessageResult value) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageResponse.setResult(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.
|
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.
|
Copyright © 2018. All rights reserved.