| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
RecurrenceSettings |
RecurrenceSettings.addShiftCoveragesEntry(String key,
List<CoverageTime> value)
Add a single ShiftCoverages entry
|
RecurrenceSettings |
RecurrenceSettings.clearShiftCoveragesEntries()
Removes all the entries added into ShiftCoverages.
|
RecurrenceSettings |
RecurrenceSettings.clone() |
RecurrenceSettings |
Rotation.getRecurrence()
Information about when an on-call rotation is in effect and how long the rotation period lasts.
|
RecurrenceSettings |
UpdateRotationRequest.getRecurrence()
Information about how long the updated rotation lasts before restarting at the beginning of the shift order.
|
RecurrenceSettings |
ListPreviewRotationShiftsRequest.getRecurrence()
Information about how long a rotation would last before restarting at the beginning of the shift order.
|
RecurrenceSettings |
GetRotationResult.getRecurrence()
Specifies how long a rotation lasts before restarting at the beginning of the shift order.
|
RecurrenceSettings |
CreateRotationRequest.getRecurrence()
Information about the rule that specifies when a shift's team members rotate.
|
RecurrenceSettings |
RecurrenceSettings.withDailySettings(Collection<HandOffTime> dailySettings)
Information about on-call rotations that recur daily.
|
RecurrenceSettings |
RecurrenceSettings.withDailySettings(HandOffTime... dailySettings)
Information about on-call rotations that recur daily.
|
RecurrenceSettings |
RecurrenceSettings.withMonthlySettings(Collection<MonthlySetting> monthlySettings)
Information about on-call rotations that recur monthly.
|
RecurrenceSettings |
RecurrenceSettings.withMonthlySettings(MonthlySetting... monthlySettings)
Information about on-call rotations that recur monthly.
|
RecurrenceSettings |
RecurrenceSettings.withNumberOfOnCalls(Integer numberOfOnCalls)
The number of contacts, or shift team members designated to be on call concurrently during a shift.
|
RecurrenceSettings |
RecurrenceSettings.withRecurrenceMultiplier(Integer recurrenceMultiplier)
The number of days, weeks, or months a single rotation lasts.
|
RecurrenceSettings |
RecurrenceSettings.withShiftCoverages(Map<String,List<CoverageTime>> shiftCoverages)
Information about the days of the week included in on-call rotation coverage.
|
RecurrenceSettings |
RecurrenceSettings.withWeeklySettings(Collection<WeeklySetting> weeklySettings)
Information about on-call rotations that recur weekly.
|
RecurrenceSettings |
RecurrenceSettings.withWeeklySettings(WeeklySetting... weeklySettings)
Information about on-call rotations that recur weekly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rotation.setRecurrence(RecurrenceSettings recurrence)
Information about when an on-call rotation is in effect and how long the rotation period lasts.
|
void |
UpdateRotationRequest.setRecurrence(RecurrenceSettings recurrence)
Information about how long the updated rotation lasts before restarting at the beginning of the shift order.
|
void |
ListPreviewRotationShiftsRequest.setRecurrence(RecurrenceSettings recurrence)
Information about how long a rotation would last before restarting at the beginning of the shift order.
|
void |
GetRotationResult.setRecurrence(RecurrenceSettings recurrence)
Specifies how long a rotation lasts before restarting at the beginning of the shift order.
|
void |
CreateRotationRequest.setRecurrence(RecurrenceSettings recurrence)
Information about the rule that specifies when a shift's team members rotate.
|
Rotation |
Rotation.withRecurrence(RecurrenceSettings recurrence)
Information about when an on-call rotation is in effect and how long the rotation period lasts.
|
UpdateRotationRequest |
UpdateRotationRequest.withRecurrence(RecurrenceSettings recurrence)
Information about how long the updated rotation lasts before restarting at the beginning of the shift order.
|
ListPreviewRotationShiftsRequest |
ListPreviewRotationShiftsRequest.withRecurrence(RecurrenceSettings recurrence)
Information about how long a rotation would last before restarting at the beginning of the shift order.
|
GetRotationResult |
GetRotationResult.withRecurrence(RecurrenceSettings recurrence)
Specifies how long a rotation lasts before restarting at the beginning of the shift order.
|
CreateRotationRequest |
CreateRotationRequest.withRecurrence(RecurrenceSettings recurrence)
Information about the rule that specifies when a shift's team members rotate.
|
Copyright © 2024. All rights reserved.