| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
OpenHoursRule |
OpenHoursRule.clone() |
OpenHoursRule |
OpenHoursRule.withEndTime(String endTime)
The end of the scheduled time, in ISO 8601 format, when the channel can't send messages.
|
OpenHoursRule |
OpenHoursRule.withStartTime(String startTime)
The start of the scheduled time, in ISO 8601 format, when the channel can send messages.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<OpenHoursRule>> |
OpenHours.getCUSTOM()
Specifies the schedule settings for the custom channel.
|
Map<String,List<OpenHoursRule>> |
OpenHours.getEMAIL()
Specifies the schedule settings for the email channel.
|
Map<String,List<OpenHoursRule>> |
OpenHours.getPUSH()
Specifies the schedule settings for the push channel.
|
Map<String,List<OpenHoursRule>> |
OpenHours.getSMS()
Specifies the schedule settings for the SMS channel.
|
Map<String,List<OpenHoursRule>> |
OpenHours.getVOICE()
Specifies the schedule settings for the voice channel.
|
| 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
|
void |
OpenHours.setCUSTOM(Map<String,List<OpenHoursRule>> cUSTOM)
Specifies the schedule settings for the custom channel.
|
void |
OpenHours.setEMAIL(Map<String,List<OpenHoursRule>> eMAIL)
Specifies the schedule settings for the email channel.
|
void |
OpenHours.setPUSH(Map<String,List<OpenHoursRule>> pUSH)
Specifies the schedule settings for the push channel.
|
void |
OpenHours.setSMS(Map<String,List<OpenHoursRule>> sMS)
Specifies the schedule settings for the SMS channel.
|
void |
OpenHours.setVOICE(Map<String,List<OpenHoursRule>> vOICE)
Specifies the schedule settings for the voice channel.
|
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.
|
Copyright © 2023. All rights reserved.