| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ClosedDays |
ClosedDays.clone() |
ClosedDays |
WriteJourneyRequest.getClosedDays()
The time when journey will stop sending messages.
|
ClosedDays |
JourneyResponse.getClosedDays()
The time when a journey will not send messages.
|
ClosedDays |
ClosedDays.withCUSTOM(ClosedDaysRule... cUSTOM)
Rules for the Custom channel.
|
ClosedDays |
ClosedDays.withCUSTOM(Collection<ClosedDaysRule> cUSTOM)
Rules for the Custom channel.
|
ClosedDays |
ClosedDays.withEMAIL(ClosedDaysRule... eMAIL)
Rules for the Email channel.
|
ClosedDays |
ClosedDays.withEMAIL(Collection<ClosedDaysRule> eMAIL)
Rules for the Email channel.
|
ClosedDays |
ClosedDays.withPUSH(ClosedDaysRule... pUSH)
Rules for the Push channel.
|
ClosedDays |
ClosedDays.withPUSH(Collection<ClosedDaysRule> pUSH)
Rules for the Push channel.
|
ClosedDays |
ClosedDays.withSMS(ClosedDaysRule... sMS)
Rules for the SMS channel.
|
ClosedDays |
ClosedDays.withSMS(Collection<ClosedDaysRule> sMS)
Rules for the SMS channel.
|
ClosedDays |
ClosedDays.withVOICE(ClosedDaysRule... vOICE)
Rules for the Voice channel.
|
ClosedDays |
ClosedDays.withVOICE(Collection<ClosedDaysRule> vOICE)
Rules for the Voice channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriteJourneyRequest.setClosedDays(ClosedDays closedDays)
The time when journey will stop sending messages.
|
void |
JourneyResponse.setClosedDays(ClosedDays closedDays)
The time when a journey will not send messages.
|
WriteJourneyRequest |
WriteJourneyRequest.withClosedDays(ClosedDays closedDays)
The time when journey will stop sending messages.
|
JourneyResponse |
JourneyResponse.withClosedDays(ClosedDays closedDays)
The time when a journey will not send messages.
|
Copyright © 2025. All rights reserved.