| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,EndpointMessageResult> |
MessageResponse.endpointResult()
A map containing a multi part response for each address, with the endpointId as the key and the result as the
value.
|
Map<String,Map<String,EndpointMessageResult>> |
SendUsersMessageResponse.result()
An object that shows the endpoints that were messaged for each user.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
SendUsersMessageResponse.Builder |
SendUsersMessageResponse.Builder.result(Map<String,Map<String,EndpointMessageResult>> result)
An object that shows the endpoints that were messaged for each user.
|
Copyright © 2018. All rights reserved.