| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
MessageResponse.Builder |
MessageResponse.Builder.applicationId(String applicationId)
The unique identifier for the application that was used to send the message.
|
static MessageResponse.Builder |
MessageResponse.builder() |
MessageResponse.Builder |
MessageResponse.Builder.endpointResult(Map<String,EndpointMessageResult> endpointResult)
A map that contains a multipart response for each address that the message was sent to.
|
MessageResponse.Builder |
MessageResponse.Builder.requestId(String requestId)
The identifier for the original request that the message was delivered for.
|
MessageResponse.Builder |
MessageResponse.Builder.result(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.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 © 2019. All rights reserved.