| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
QuietTime |
QuietTime.clone() |
QuietTime |
ApplicationSettingsResource.getQuietTime()
The default quiet time for the app.
|
QuietTime |
Schedule.getQuietTime()
The default quiet time for the campaign.
|
QuietTime |
WriteApplicationSettingsRequest.getQuietTime()
The default quiet time for the app.
|
QuietTime |
QuietTime.withEnd(String end)
The time at which quiet time should end.
|
QuietTime |
QuietTime.withStart(String start)
The time at which quiet time should begin.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationSettingsResource.setQuietTime(QuietTime quietTime)
The default quiet time for the app.
|
void |
Schedule.setQuietTime(QuietTime quietTime)
The default quiet time for the campaign.
|
void |
WriteApplicationSettingsRequest.setQuietTime(QuietTime quietTime)
The default quiet time for the app.
|
ApplicationSettingsResource |
ApplicationSettingsResource.withQuietTime(QuietTime quietTime)
The default quiet time for the app.
|
Schedule |
Schedule.withQuietTime(QuietTime quietTime)
The default quiet time for the campaign.
|
WriteApplicationSettingsRequest |
WriteApplicationSettingsRequest.withQuietTime(QuietTime quietTime)
The default quiet time for the app.
|
Copyright © 2019. All rights reserved.