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