| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,EndpointMessageResult> |
MessageResponse.endpointResult()
A map that contains a multipart response for each address that the message was sent to.
|
Map<String,Map<String,EndpointMessageResult>> |
SendUsersMessageResponse.result()
An object that indicates which endpoints the message was sent to, for each user.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
SendUsersMessageResponse.Builder |
SendUsersMessageResponse.Builder.result(Map<String,? extends Map<String,EndpointMessageResult>> result)
An object that indicates which endpoints the message was sent to, for each user.
|
Copyright © 2022. All rights reserved.