| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
Map<DayOfWeek,List<CoverageTime>> |
RecurrenceSettings.shiftCoverages()
Information about the days of the week included in on-call rotation coverage.
|
Map<String,List<CoverageTime>> |
RecurrenceSettings.shiftCoveragesAsStrings()
Information about the days of the week included in on-call rotation coverage.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.