| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
HandOffTime |
HandOffTime.clone() |
HandOffTime |
CoverageTime.getEnd()
Information about when the on-call rotation shift ends.
|
HandOffTime |
MonthlySetting.getHandOffTime()
The time of day when a monthly recurring on-call shift rotation begins.
|
HandOffTime |
WeeklySetting.getHandOffTime()
The time of day when a weekly recurring on-call shift rotation begins.
|
HandOffTime |
CoverageTime.getStart()
Information about when the on-call rotation shift begins.
|
HandOffTime |
HandOffTime.withHourOfDay(Integer hourOfDay)
The hour when an on-call rotation shift begins or ends.
|
HandOffTime |
HandOffTime.withMinuteOfHour(Integer minuteOfHour)
The minute when an on-call rotation shift begins or ends.
|
| Modifier and Type | Method and Description |
|---|---|
List<HandOffTime> |
RecurrenceSettings.getDailySettings()
Information about on-call rotations that recur daily.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoverageTime.setEnd(HandOffTime end)
Information about when the on-call rotation shift ends.
|
void |
MonthlySetting.setHandOffTime(HandOffTime handOffTime)
The time of day when a monthly recurring on-call shift rotation begins.
|
void |
WeeklySetting.setHandOffTime(HandOffTime handOffTime)
The time of day when a weekly recurring on-call shift rotation begins.
|
void |
CoverageTime.setStart(HandOffTime start)
Information about when the on-call rotation shift begins.
|
RecurrenceSettings |
RecurrenceSettings.withDailySettings(HandOffTime... dailySettings)
Information about on-call rotations that recur daily.
|
CoverageTime |
CoverageTime.withEnd(HandOffTime end)
Information about when the on-call rotation shift ends.
|
MonthlySetting |
MonthlySetting.withHandOffTime(HandOffTime handOffTime)
The time of day when a monthly recurring on-call shift rotation begins.
|
WeeklySetting |
WeeklySetting.withHandOffTime(HandOffTime handOffTime)
The time of day when a weekly recurring on-call shift rotation begins.
|
CoverageTime |
CoverageTime.withStart(HandOffTime start)
Information about when the on-call rotation shift begins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecurrenceSettings.setDailySettings(Collection<HandOffTime> dailySettings)
Information about on-call rotations that recur daily.
|
RecurrenceSettings |
RecurrenceSettings.withDailySettings(Collection<HandOffTime> dailySettings)
Information about on-call rotations that recur daily.
|
Copyright © 2024. All rights reserved.