| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
MessageResponse.Builder |
MessageResponse.Builder.applicationId(String applicationId)
Application id of the message.
|
static MessageResponse.Builder |
MessageResponse.builder() |
MessageResponse.Builder |
MessageResponse.Builder.endpointResult(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.
|
MessageResponse.Builder |
MessageResponse.Builder.requestId(String requestId)
Original request Id for which this message was delivered.
|
MessageResponse.Builder |
MessageResponse.Builder.result(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.Builder |
MessageResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MessageResponse.Builder> |
MessageResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SendMessagesResponse.Builder |
SendMessagesResponse.Builder.messageResponse(Consumer<MessageResponse.Builder> messageResponse)
Sets the value of the MessageResponse property for this object.
|
Copyright © 2018. All rights reserved.