| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
static RecurrenceSettings.Builder |
RecurrenceSettings.builder() |
RecurrenceSettings.Builder |
RecurrenceSettings.Builder.dailySettings(Collection<HandOffTime> dailySettings)
Information about on-call rotations that recur daily.
|
RecurrenceSettings.Builder |
RecurrenceSettings.Builder.dailySettings(Consumer<HandOffTime.Builder>... dailySettings)
Information about on-call rotations that recur daily.
|
RecurrenceSettings.Builder |
RecurrenceSettings.Builder.dailySettings(HandOffTime... dailySettings)
Information about on-call rotations that recur daily.
|
RecurrenceSettings.Builder |
RecurrenceSettings.Builder.monthlySettings(Collection<MonthlySetting> monthlySettings)
Information about on-call rotations that recur monthly.
|
RecurrenceSettings.Builder |
RecurrenceSettings.Builder.monthlySettings(Consumer<MonthlySetting.Builder>... monthlySettings)
Information about on-call rotations that recur monthly.
|
RecurrenceSettings.Builder |
RecurrenceSettings.Builder.monthlySettings(MonthlySetting... monthlySettings)
Information about on-call rotations that recur monthly.
|
RecurrenceSettings.Builder |
RecurrenceSettings.Builder.numberOfOnCalls(Integer numberOfOnCalls)
The number of contacts, or shift team members designated to be on call concurrently during a shift.
|
RecurrenceSettings.Builder |
RecurrenceSettings.Builder.recurrenceMultiplier(Integer recurrenceMultiplier)
The number of days, weeks, or months a single rotation lasts.
|
RecurrenceSettings.Builder |
RecurrenceSettings.Builder.shiftCoverages(Map<DayOfWeek,? extends Collection<CoverageTime>> shiftCoverages)
Information about the days of the week included in on-call rotation coverage.
|
RecurrenceSettings.Builder |
RecurrenceSettings.Builder.shiftCoveragesWithStrings(Map<String,? extends Collection<CoverageTime>> shiftCoverages)
Information about the days of the week included in on-call rotation coverage.
|
RecurrenceSettings.Builder |
RecurrenceSettings.toBuilder() |
RecurrenceSettings.Builder |
RecurrenceSettings.Builder.weeklySettings(Collection<WeeklySetting> weeklySettings)
Information about on-call rotations that recur weekly.
|
RecurrenceSettings.Builder |
RecurrenceSettings.Builder.weeklySettings(Consumer<WeeklySetting.Builder>... weeklySettings)
Information about on-call rotations that recur weekly.
|
RecurrenceSettings.Builder |
RecurrenceSettings.Builder.weeklySettings(WeeklySetting... weeklySettings)
Information about on-call rotations that recur weekly.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RecurrenceSettings.Builder> |
RecurrenceSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.recurrence(Consumer<RecurrenceSettings.Builder> recurrence)
Information about how long a rotation would last before restarting at the beginning of the shift order.
|
default CreateRotationRequest.Builder |
CreateRotationRequest.Builder.recurrence(Consumer<RecurrenceSettings.Builder> recurrence)
Information about the rule that specifies when a shift's team members rotate.
|
default UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.recurrence(Consumer<RecurrenceSettings.Builder> recurrence)
Information about how long the updated rotation lasts before restarting at the beginning of the shift order.
|
default GetRotationResponse.Builder |
GetRotationResponse.Builder.recurrence(Consumer<RecurrenceSettings.Builder> recurrence)
Specifies how long a rotation lasts before restarting at the beginning of the shift order.
|
default Rotation.Builder |
Rotation.Builder.recurrence(Consumer<RecurrenceSettings.Builder> recurrence)
Information about when an on-call rotation is in effect and how long the rotation period lasts.
|
Copyright © 2023. All rights reserved.