Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.OpenHours
-
Packages that use OpenHours Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of OpenHours in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return OpenHours Modifier and Type Method Description static OpenHoursOpenHours. fromDailyHours(Map<DayOfWeek,List<TimeRange>> dailyHoursWithStrings)Create an instance of this class withdailyHoursAsStrings()initialized to the given value.static OpenHoursOpenHours. fromDailyHoursWithStrings(Map<String,List<TimeRange>> dailyHoursWithStrings)Create an instance of this class withdailyHoursAsStrings()initialized to the given value.OpenHoursTimeWindow. openHours()Returns the value of the OpenHours property for this object.Methods in software.amazon.awssdk.services.connectcampaignsv2.model with parameters of type OpenHours Modifier and Type Method Description TimeWindow.BuilderTimeWindow.Builder. openHours(OpenHours openHours)Sets the value of the OpenHours property for this object.
-