Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.HandOffTime
-
Packages that use HandOffTime Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of HandOffTime in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return HandOffTime Modifier and Type Method Description HandOffTimeCoverageTime. end()Information about when the on-call rotation shift ends.HandOffTimeMonthlySetting. handOffTime()The time of day when a monthly recurring on-call shift rotation begins.HandOffTimeWeeklySetting. handOffTime()The time of day when a weekly recurring on-call shift rotation begins.HandOffTimeCoverageTime. start()Information about when the on-call rotation shift begins.Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type HandOffTime Modifier and Type Method Description List<HandOffTime>RecurrenceSettings. dailySettings()Information about on-call rotations that recur daily.Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type HandOffTime Modifier and Type Method Description RecurrenceSettings.BuilderRecurrenceSettings.Builder. dailySettings(HandOffTime... dailySettings)Information about on-call rotations that recur daily.CoverageTime.BuilderCoverageTime.Builder. end(HandOffTime end)Information about when the on-call rotation shift ends.MonthlySetting.BuilderMonthlySetting.Builder. handOffTime(HandOffTime handOffTime)The time of day when a monthly recurring on-call shift rotation begins.WeeklySetting.BuilderWeeklySetting.Builder. handOffTime(HandOffTime handOffTime)The time of day when a weekly recurring on-call shift rotation begins.CoverageTime.BuilderCoverageTime.Builder. start(HandOffTime start)Information about when the on-call rotation shift begins.Method parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type HandOffTime Modifier and Type Method Description RecurrenceSettings.BuilderRecurrenceSettings.Builder. dailySettings(Collection<HandOffTime> dailySettings)Information about on-call rotations that recur daily.
-