| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
WeeklySetting |
WeeklySetting.clone() |
WeeklySetting |
WeeklySetting.withDayOfWeek(DayOfWeek dayOfWeek)
The day of the week when weekly recurring on-call shift rotations begins.
|
WeeklySetting |
WeeklySetting.withDayOfWeek(String dayOfWeek)
The day of the week when weekly recurring on-call shift rotations begins.
|
WeeklySetting |
WeeklySetting.withHandOffTime(HandOffTime handOffTime)
The time of day when a weekly recurring on-call shift rotation begins.
|
| Modifier and Type | Method and Description |
|---|---|
List<WeeklySetting> |
RecurrenceSettings.getWeeklySettings()
Information about on-call rotations that recur weekly.
|
| Modifier and Type | Method and Description |
|---|---|
RecurrenceSettings |
RecurrenceSettings.withWeeklySettings(WeeklySetting... weeklySettings)
Information about on-call rotations that recur weekly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecurrenceSettings.setWeeklySettings(Collection<WeeklySetting> weeklySettings)
Information about on-call rotations that recur weekly.
|
RecurrenceSettings |
RecurrenceSettings.withWeeklySettings(Collection<WeeklySetting> weeklySettings)
Information about on-call rotations that recur weekly.
|
Copyright © 2023. All rights reserved.