Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
AddressConfiguration |
AddressConfiguration.addContextEntry(String key,
String value)
Add a single Context entry
|
AddressConfiguration |
AddressConfiguration.addSubstitutionsEntry(String key,
List<String> value)
Add a single Substitutions entry
|
AddressConfiguration |
AddressConfiguration.clearContextEntries()
Removes all the entries added into Context.
|
AddressConfiguration |
AddressConfiguration.clearSubstitutionsEntries()
Removes all the entries added into Substitutions.
|
AddressConfiguration |
AddressConfiguration.clone() |
AddressConfiguration |
AddressConfiguration.withBodyOverride(String bodyOverride)
The message body to use instead of the default message body.
|
AddressConfiguration |
AddressConfiguration.withChannelType(ChannelType channelType)
The channel to use when sending the message.
|
AddressConfiguration |
AddressConfiguration.withChannelType(String channelType)
The channel to use when sending the message.
|
AddressConfiguration |
AddressConfiguration.withContext(Map<String,String> context)
An object that maps custom attributes to attributes for the address and is attached to the message.
|
AddressConfiguration |
AddressConfiguration.withRawContent(String rawContent)
The raw, JSON-formatted string to use as the payload for the message.
|
AddressConfiguration |
AddressConfiguration.withSubstitutions(Map<String,List<String>> substitutions)
A map of the message variables to merge with the variables specified by properties of the DefaultMessage object.
|
AddressConfiguration |
AddressConfiguration.withTitleOverride(String titleOverride)
The message title to use instead of the default message title.
|
Modifier and Type | Method and Description |
---|---|
Map<String,AddressConfiguration> |
MessageRequest.getAddresses()
A map of key-value pairs, where each key is an address and each value is an AddressConfiguration object.
|
Modifier and Type | Method and Description |
---|---|
MessageRequest |
MessageRequest.addAddressesEntry(String key,
AddressConfiguration value)
Add a single Addresses entry
|
Modifier and Type | Method and Description |
---|---|
void |
MessageRequest.setAddresses(Map<String,AddressConfiguration> addresses)
A map of key-value pairs, where each key is an address and each value is an AddressConfiguration object.
|
MessageRequest |
MessageRequest.withAddresses(Map<String,AddressConfiguration> addresses)
A map of key-value pairs, where each key is an address and each value is an AddressConfiguration object.
|
Copyright © 2022. All rights reserved.