| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
MessageResult |
MessageResult.clone() |
MessageResult |
MessageResult.withDeliveryStatus(DeliveryStatus deliveryStatus)
The delivery status of the message.
|
MessageResult |
MessageResult.withDeliveryStatus(String deliveryStatus)
The delivery status of the message.
|
MessageResult |
MessageResult.withMessageId(String messageId)
The unique identifier for the message that was sent.
|
MessageResult |
MessageResult.withStatusCode(Integer statusCode)
The downstream service status code for delivering the message.
|
MessageResult |
MessageResult.withStatusMessage(String statusMessage)
The status message for delivering the message.
|
MessageResult |
MessageResult.withUpdatedToken(String updatedToken)
For push notifications that are sent through the GCM channel, specifies whether the endpoint's device
registration token was updated as part of delivering the message.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MessageResult> |
MessageResponse.getResult()
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 |
|---|---|
MessageResponse |
MessageResponse.addResultEntry(String key,
MessageResult value)
Add a single Result entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageResponse.setResult(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.
|
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.
|
Copyright © 2021. All rights reserved.