| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
JourneySchedule |
JourneySchedule.clone() |
JourneySchedule |
WriteJourneyRequest.getSchedule()
The schedule settings for the journey.
|
JourneySchedule |
JourneyResponse.getSchedule()
The schedule settings for the journey.
|
JourneySchedule |
JourneySchedule.withEndTime(Date endTime)
The scheduled time, in ISO 8601 format, when the journey ended or will end.
|
JourneySchedule |
JourneySchedule.withStartTime(Date startTime)
The scheduled time, in ISO 8601 format, when the journey began or will begin.
|
JourneySchedule |
JourneySchedule.withTimezone(String timezone)
The starting UTC offset for the journey schedule, if the value of the journey's LocalTime property is true.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriteJourneyRequest.setSchedule(JourneySchedule schedule)
The schedule settings for the journey.
|
void |
JourneyResponse.setSchedule(JourneySchedule schedule)
The schedule settings for the journey.
|
WriteJourneyRequest |
WriteJourneyRequest.withSchedule(JourneySchedule schedule)
The schedule settings for the journey.
|
JourneyResponse |
JourneyResponse.withSchedule(JourneySchedule schedule)
The schedule settings for the journey.
|
Copyright © 2024. All rights reserved.