Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
EndpointMessageResult |
EndpointMessageResult.clone() |
EndpointMessageResult |
EndpointMessageResult.withAddress(String address)
The endpoint address that the 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)
The unique identifier for the message that was sent.
|
EndpointMessageResult |
EndpointMessageResult.withStatusCode(Integer statusCode)
The downstream service status code for delivering the message.
|
EndpointMessageResult |
EndpointMessageResult.withStatusMessage(String statusMessage)
The status message for delivering the message.
|
EndpointMessageResult |
EndpointMessageResult.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,EndpointMessageResult> |
MessageResponse.getEndpointResult()
A map that contains a multipart response for each address that the message was sent to.
|
Map<String,Map<String,EndpointMessageResult>> |
SendUsersMessageResponse.getResult()
An object that indicates which endpoints the message was sent to, for each user.
|
Modifier and Type | Method and Description |
---|---|
MessageResponse |
MessageResponse.addEndpointResultEntry(String key,
EndpointMessageResult value)
Add a single EndpointResult entry
|
Modifier and Type | Method and Description |
---|---|
SendUsersMessageResponse |
SendUsersMessageResponse.addResultEntry(String key,
Map<String,EndpointMessageResult> value)
Add a single Result entry
|
void |
MessageResponse.setEndpointResult(Map<String,EndpointMessageResult> endpointResult)
A map that contains a multipart response for each address that the message was sent to.
|
void |
SendUsersMessageResponse.setResult(Map<String,Map<String,EndpointMessageResult>> result)
An object that indicates which endpoints the message was sent to, for each user.
|
MessageResponse |
MessageResponse.withEndpointResult(Map<String,EndpointMessageResult> endpointResult)
A map that contains a multipart response for each address that the message was sent to.
|
SendUsersMessageResponse |
SendUsersMessageResponse.withResult(Map<String,Map<String,EndpointMessageResult>> result)
An object that indicates which endpoints the message was sent to, for each user.
|
Copyright © 2023. All rights reserved.