| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
QuietTime |
QuietTime.clone() |
QuietTime |
ApplicationSettingsResource.getQuietTime()
The default quiet time for campaigns in the application.
|
QuietTime |
InAppCampaignSchedule.getQuietTime()
Time during which the in-app message should not be shown to the user.
|
QuietTime |
WriteJourneyRequest.getQuietTime()
The quiet time settings for the journey.
|
QuietTime |
WriteApplicationSettingsRequest.getQuietTime()
The default quiet time for campaigns in the application.
|
QuietTime |
Schedule.getQuietTime()
The default quiet time for the campaign.
|
QuietTime |
JourneyResponse.getQuietTime()
The quiet time settings for the journey.
|
QuietTime |
QuietTime.withEnd(String end)
The specific time when quiet time ends.
|
QuietTime |
QuietTime.withStart(String start)
The specific time when quiet time begins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationSettingsResource.setQuietTime(QuietTime quietTime)
The default quiet time for campaigns in the application.
|
void |
InAppCampaignSchedule.setQuietTime(QuietTime quietTime)
Time during which the in-app message should not be shown to the user.
|
void |
WriteJourneyRequest.setQuietTime(QuietTime quietTime)
The quiet time settings for the journey.
|
void |
WriteApplicationSettingsRequest.setQuietTime(QuietTime quietTime)
The default quiet time for campaigns in the application.
|
void |
Schedule.setQuietTime(QuietTime quietTime)
The default quiet time for the campaign.
|
void |
JourneyResponse.setQuietTime(QuietTime quietTime)
The quiet time settings for the journey.
|
ApplicationSettingsResource |
ApplicationSettingsResource.withQuietTime(QuietTime quietTime)
The default quiet time for campaigns in the application.
|
InAppCampaignSchedule |
InAppCampaignSchedule.withQuietTime(QuietTime quietTime)
Time during which the in-app message should not be shown to the user.
|
WriteJourneyRequest |
WriteJourneyRequest.withQuietTime(QuietTime quietTime)
The quiet time settings for the journey.
|
WriteApplicationSettingsRequest |
WriteApplicationSettingsRequest.withQuietTime(QuietTime quietTime)
The default quiet time for campaigns in the application.
|
Schedule |
Schedule.withQuietTime(QuietTime quietTime)
The default quiet time for the campaign.
|
JourneyResponse |
JourneyResponse.withQuietTime(QuietTime quietTime)
The quiet time settings for the journey.
|
Copyright © 2024. All rights reserved.