Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.CoverageTime
-
Packages that use CoverageTime Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of CoverageTime in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type CoverageTime Modifier and Type Method 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.Method parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type CoverageTime Modifier and Type Method Description RecurrenceSettings.BuilderRecurrenceSettings.Builder. shiftCoverages(Map<DayOfWeek,? extends Collection<CoverageTime>> shiftCoverages)Information about the days of the week included in on-call rotation coverage.RecurrenceSettings.BuilderRecurrenceSettings.Builder. shiftCoveragesWithStrings(Map<String,? extends Collection<CoverageTime>> shiftCoverages)Information about the days of the week included in on-call rotation coverage.
-