| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
CoverageTime |
CoverageTime.clone() |
CoverageTime |
CoverageTime.withEnd(HandOffTime end)
Information about when the on-call rotation shift ends.
|
CoverageTime |
CoverageTime.withStart(HandOffTime start)
Information about when the on-call rotation shift begins.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<CoverageTime>> |
RecurrenceSettings.getShiftCoverages()
Information about the days of the week included in on-call rotation coverage.
|
| Modifier and Type | Method and Description |
|---|---|
RecurrenceSettings |
RecurrenceSettings.addShiftCoveragesEntry(String key,
List<CoverageTime> value)
Add a single ShiftCoverages entry
|
void |
RecurrenceSettings.setShiftCoverages(Map<String,List<CoverageTime>> shiftCoverages)
Information about the days of the week included in on-call rotation coverage.
|
RecurrenceSettings |
RecurrenceSettings.withShiftCoverages(Map<String,List<CoverageTime>> shiftCoverages)
Information about the days of the week included in on-call rotation coverage.
|
Copyright © 2023. All rights reserved.