| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointSendConfiguration |
EndpointSendConfiguration.addContextEntry(String key,
String value) |
EndpointSendConfiguration |
EndpointSendConfiguration.addSubstitutionsEntry(String key,
List<String> value) |
EndpointSendConfiguration |
EndpointSendConfiguration.clearContextEntries()
Removes all the entries added into Context.
|
EndpointSendConfiguration |
EndpointSendConfiguration.clearSubstitutionsEntries()
Removes all the entries added into Substitutions.
|
EndpointSendConfiguration |
EndpointSendConfiguration.clone() |
EndpointSendConfiguration |
EndpointSendConfiguration.withBodyOverride(String bodyOverride)
The body of the message.
|
EndpointSendConfiguration |
EndpointSendConfiguration.withContext(Map<String,String> context)
A map of custom attributes to attach to the message for the address.
|
EndpointSendConfiguration |
EndpointSendConfiguration.withRawContent(String rawContent)
The raw, JSON-formatted string to use as the payload for the message.
|
EndpointSendConfiguration |
EndpointSendConfiguration.withSubstitutions(Map<String,List<String>> substitutions)
A map of the message variables to merge with the variables specified for the default message
(DefaultMessage.Substitutions).
|
EndpointSendConfiguration |
EndpointSendConfiguration.withTitleOverride(String titleOverride)
The title or subject line of the message.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,EndpointSendConfiguration> |
MessageRequest.getEndpoints()
A map of key-value pairs, where each key is an endpoint ID and each value is an EndpointSendConfiguration object.
|
Map<String,EndpointSendConfiguration> |
SendUsersMessageRequest.getUsers()
A map that associates user IDs with EndpointSendConfiguration objects.
|
| Modifier and Type | Method and Description |
|---|---|
MessageRequest |
MessageRequest.addEndpointsEntry(String key,
EndpointSendConfiguration value) |
SendUsersMessageRequest |
SendUsersMessageRequest.addUsersEntry(String key,
EndpointSendConfiguration value) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageRequest.setEndpoints(Map<String,EndpointSendConfiguration> endpoints)
A map of key-value pairs, where each key is an endpoint ID and each value is an EndpointSendConfiguration object.
|
void |
SendUsersMessageRequest.setUsers(Map<String,EndpointSendConfiguration> users)
A map that associates user IDs with EndpointSendConfiguration objects.
|
MessageRequest |
MessageRequest.withEndpoints(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 |
SendUsersMessageRequest.withUsers(Map<String,EndpointSendConfiguration> users)
A map that associates user IDs with EndpointSendConfiguration objects.
|
Copyright © 2020. All rights reserved.