Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.WeeklySetting
-
Packages that use WeeklySetting Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of WeeklySetting in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type WeeklySetting Modifier and Type Method Description List<WeeklySetting>RecurrenceSettings. weeklySettings()Information about on-call rotations that recur weekly.Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type WeeklySetting Modifier and Type Method Description RecurrenceSettings.BuilderRecurrenceSettings.Builder. weeklySettings(WeeklySetting... weeklySettings)Information about on-call rotations that recur weekly.Method parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type WeeklySetting Modifier and Type Method Description RecurrenceSettings.BuilderRecurrenceSettings.Builder. weeklySettings(Collection<WeeklySetting> weeklySettings)Information about on-call rotations that recur weekly.
-