Uses of Class
software.amazon.awssdk.services.connect.model.OperationalHour
-
Packages that use OperationalHour Package Description software.amazon.awssdk.services.connect.model -
-
Uses of OperationalHour in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type OperationalHour Modifier and Type Method Description List<OperationalHour>EffectiveHoursOfOperations. operationalHours()Information about the hours of operations with the effective override applied.Methods in software.amazon.awssdk.services.connect.model with parameters of type OperationalHour Modifier and Type Method Description EffectiveHoursOfOperations.BuilderEffectiveHoursOfOperations.Builder. operationalHours(OperationalHour... operationalHours)Information about the hours of operations with the effective override applied.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type OperationalHour Modifier and Type Method Description EffectiveHoursOfOperations.BuilderEffectiveHoursOfOperations.Builder. operationalHours(Collection<OperationalHour> operationalHours)Information about the hours of operations with the effective override applied.
-