Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
Schedule |
Schedule.clone() |
Schedule |
TreatmentResource.getSchedule()
The schedule settings for the treatment.
|
Schedule |
WriteTreatmentResource.getSchedule()
The schedule settings for the treatment.
|
Schedule |
CampaignResponse.getSchedule()
The schedule settings for the campaign.
|
Schedule |
WriteCampaignRequest.getSchedule()
The schedule settings for the campaign.
|
Schedule |
Schedule.withEndTime(String endTime)
The scheduled time, in ISO 8601 format, when the campaign ended or will end.
|
Schedule |
Schedule.withEventFilter(CampaignEventFilter eventFilter)
The type of event that causes the campaign to be sent, if the value of the Frequency property is EVENT.
|
Schedule |
Schedule.withFrequency(Frequency frequency)
Specifies how often the campaign is sent or whether the campaign is sent in response to a specific event.
|
Schedule |
Schedule.withFrequency(String frequency)
Specifies how often the campaign is sent or whether the campaign is sent in response to a specific event.
|
Schedule |
Schedule.withIsLocalTime(Boolean isLocalTime)
Specifies whether the start and end times for the campaign schedule use each recipient's local time.
|
Schedule |
Schedule.withQuietTime(QuietTime quietTime)
The default quiet time for the campaign.
|
Schedule |
Schedule.withStartTime(String startTime)
The scheduled time when the campaign began or will begin.
|
Schedule |
Schedule.withTimezone(String timezone)
The starting UTC offset for the campaign schedule, if the value of the IsLocalTime property is true.
|
Modifier and Type | Method and Description |
---|---|
void |
TreatmentResource.setSchedule(Schedule schedule)
The schedule settings for the treatment.
|
void |
WriteTreatmentResource.setSchedule(Schedule schedule)
The schedule settings for the treatment.
|
void |
CampaignResponse.setSchedule(Schedule schedule)
The schedule settings for the campaign.
|
void |
WriteCampaignRequest.setSchedule(Schedule schedule)
The schedule settings for the campaign.
|
TreatmentResource |
TreatmentResource.withSchedule(Schedule schedule)
The schedule settings for the treatment.
|
WriteTreatmentResource |
WriteTreatmentResource.withSchedule(Schedule schedule)
The schedule settings for the treatment.
|
CampaignResponse |
CampaignResponse.withSchedule(Schedule schedule)
The schedule settings for the campaign.
|
WriteCampaignRequest |
WriteCampaignRequest.withSchedule(Schedule schedule)
The schedule settings for the campaign.
|
Copyright © 2021. All rights reserved.