Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.TimeRange
-
Packages that use TimeRange Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of TimeRange in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type TimeRange Modifier and Type Method Description Map<DayOfWeek,List<TimeRange>>OpenHours. dailyHours()Returns the value of the DailyHours property for this object.Map<String,List<TimeRange>>OpenHours. dailyHoursAsStrings()Returns the value of the DailyHours property for this object.Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type TimeRange Modifier and Type Method Description OpenHours.BuilderOpenHours.Builder. dailyHours(Map<DayOfWeek,? extends Collection<TimeRange>> dailyHours)Sets the value of the DailyHours property for this object.OpenHours.BuilderOpenHours.Builder. dailyHoursWithStrings(Map<String,? extends Collection<TimeRange>> dailyHours)Sets the value of the DailyHours property for this object.static OpenHoursOpenHours. fromDailyHours(Map<DayOfWeek,List<TimeRange>> dailyHoursWithStrings)Create an instance of this class withOpenHours.dailyHoursAsStrings()initialized to the given value.static OpenHoursOpenHours. fromDailyHoursWithStrings(Map<String,List<TimeRange>> dailyHoursWithStrings)Create an instance of this class withOpenHours.dailyHoursAsStrings()initialized to the given value.
-