| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ClosedDaysRule |
ClosedDaysRule.clone() |
ClosedDaysRule |
ClosedDaysRule.withEndDateTime(String endDateTime)
End DateTime ISO 8601 format
|
ClosedDaysRule |
ClosedDaysRule.withName(String name)
The name of the closed day rule.
|
ClosedDaysRule |
ClosedDaysRule.withStartDateTime(String startDateTime)
Start DateTime ISO 8601 format
|
| Modifier and Type | Method and Description |
|---|---|
List<ClosedDaysRule> |
ClosedDays.getCUSTOM()
Rules for the Custom channel.
|
List<ClosedDaysRule> |
ClosedDays.getEMAIL()
Rules for the Email channel.
|
List<ClosedDaysRule> |
ClosedDays.getPUSH()
Rules for the Push channel.
|
List<ClosedDaysRule> |
ClosedDays.getSMS()
Rules for the SMS channel.
|
List<ClosedDaysRule> |
ClosedDays.getVOICE()
Rules for the Voice channel.
|
| Modifier and Type | Method and Description |
|---|---|
ClosedDays |
ClosedDays.withCUSTOM(ClosedDaysRule... cUSTOM)
Rules for the Custom channel.
|
ClosedDays |
ClosedDays.withEMAIL(ClosedDaysRule... eMAIL)
Rules for the Email channel.
|
ClosedDays |
ClosedDays.withPUSH(ClosedDaysRule... pUSH)
Rules for the Push channel.
|
ClosedDays |
ClosedDays.withSMS(ClosedDaysRule... sMS)
Rules for the SMS channel.
|
ClosedDays |
ClosedDays.withVOICE(ClosedDaysRule... vOICE)
Rules for the Voice channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClosedDays.setCUSTOM(Collection<ClosedDaysRule> cUSTOM)
Rules for the Custom channel.
|
void |
ClosedDays.setEMAIL(Collection<ClosedDaysRule> eMAIL)
Rules for the Email channel.
|
void |
ClosedDays.setPUSH(Collection<ClosedDaysRule> pUSH)
Rules for the Push channel.
|
void |
ClosedDays.setSMS(Collection<ClosedDaysRule> sMS)
Rules for the SMS channel.
|
void |
ClosedDays.setVOICE(Collection<ClosedDaysRule> vOICE)
Rules for the Voice channel.
|
ClosedDays |
ClosedDays.withCUSTOM(Collection<ClosedDaysRule> cUSTOM)
Rules for the Custom channel.
|
ClosedDays |
ClosedDays.withEMAIL(Collection<ClosedDaysRule> eMAIL)
Rules for the Email channel.
|
ClosedDays |
ClosedDays.withPUSH(Collection<ClosedDaysRule> pUSH)
Rules for the Push channel.
|
ClosedDays |
ClosedDays.withSMS(Collection<ClosedDaysRule> sMS)
Rules for the SMS channel.
|
ClosedDays |
ClosedDays.withVOICE(Collection<ClosedDaysRule> vOICE)
Rules for the Voice channel.
|
Copyright © 2024. All rights reserved.