| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,EndpointSendConfiguration> |
MessageRequest.endpoints()
A map of key-value pairs, where each key is an endpoint ID and each value is an EndpointSendConfiguration object.
|
Map<String,EndpointSendConfiguration> |
SendUsersMessageRequest.users()
A map that associates user IDs with EndpointSendConfiguration objects.
|
| Modifier and Type | Method and Description |
|---|---|
MessageRequest.Builder |
MessageRequest.Builder.endpoints(Map<String,EndpointSendConfiguration> endpoints)
A map of key-value pairs, where each key is an endpoint ID and each value is an EndpointSendConfiguration
object.
|
SendUsersMessageRequest.Builder |
SendUsersMessageRequest.Builder.users(Map<String,EndpointSendConfiguration> users)
A map that associates user IDs with EndpointSendConfiguration objects.
|
Copyright © 2019. All rights reserved.