Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.DayOfWeek
-
Packages that use DayOfWeek Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of DayOfWeek in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return DayOfWeek Modifier and Type Method Description DayOfWeekWeeklySetting. dayOfWeek()The day of the week when weekly recurring on-call shift rotations begins.static DayOfWeekDayOfWeek. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DayOfWeekDayOfWeek. valueOf(String name)Returns the enum constant of this type with the specified name.static DayOfWeek[]DayOfWeek. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type DayOfWeek Modifier and Type Method Description static Set<DayOfWeek>DayOfWeek. knownValues()Map<DayOfWeek,List<CoverageTime>>RecurrenceSettings. shiftCoverages()Information about the days of the week included in on-call rotation coverage.Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type DayOfWeek Modifier and Type Method Description WeeklySetting.BuilderWeeklySetting.Builder. dayOfWeek(DayOfWeek dayOfWeek)The day of the week when weekly recurring on-call shift rotations begins.Method parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type DayOfWeek 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.
-