| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
OpenHours |
OpenHours.addCUSTOMEntry(String key,
List<OpenHoursRule> value)
Add a single CUSTOM entry
|
OpenHours |
OpenHours.addEMAILEntry(String key,
List<OpenHoursRule> value)
Add a single EMAIL entry
|
OpenHours |
OpenHours.addPUSHEntry(String key,
List<OpenHoursRule> value)
Add a single PUSH entry
|
OpenHours |
OpenHours.addSMSEntry(String key,
List<OpenHoursRule> value)
Add a single SMS entry
|
OpenHours |
OpenHours.addVOICEEntry(String key,
List<OpenHoursRule> value)
Add a single VOICE entry
|
OpenHours |
OpenHours.clearCUSTOMEntries()
Removes all the entries added into CUSTOM.
|
OpenHours |
OpenHours.clearEMAILEntries()
Removes all the entries added into EMAIL.
|
OpenHours |
OpenHours.clearPUSHEntries()
Removes all the entries added into PUSH.
|
OpenHours |
OpenHours.clearSMSEntries()
Removes all the entries added into SMS.
|
OpenHours |
OpenHours.clearVOICEEntries()
Removes all the entries added into VOICE.
|
OpenHours |
OpenHours.clone() |
OpenHours |
JourneyResponse.getOpenHours()
The time when a journey can send messages.
|
OpenHours |
WriteJourneyRequest.getOpenHours()
The time when journey allow to send messages.
|
OpenHours |
OpenHours.withCUSTOM(Map<String,List<OpenHoursRule>> cUSTOM)
Specifies the schedule settings for the custom channel.
|
OpenHours |
OpenHours.withEMAIL(Map<String,List<OpenHoursRule>> eMAIL)
Specifies the schedule settings for the email channel.
|
OpenHours |
OpenHours.withPUSH(Map<String,List<OpenHoursRule>> pUSH)
Specifies the schedule settings for the push channel.
|
OpenHours |
OpenHours.withSMS(Map<String,List<OpenHoursRule>> sMS)
Specifies the schedule settings for the SMS channel.
|
OpenHours |
OpenHours.withVOICE(Map<String,List<OpenHoursRule>> vOICE)
Specifies the schedule settings for the voice channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JourneyResponse.setOpenHours(OpenHours openHours)
The time when a journey can send messages.
|
void |
WriteJourneyRequest.setOpenHours(OpenHours openHours)
The time when journey allow to send messages.
|
JourneyResponse |
JourneyResponse.withOpenHours(OpenHours openHours)
The time when a journey can send messages.
|
WriteJourneyRequest |
WriteJourneyRequest.withOpenHours(OpenHours openHours)
The time when journey allow to send messages.
|
Copyright © 2024. All rights reserved.