| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
HoursOfOperationConfig |
HoursOfOperationConfig.clone() |
HoursOfOperationConfig |
HoursOfOperationConfig.withDay(HoursOfOperationDays day)
The day that the hours of operation applies to.
|
HoursOfOperationConfig |
HoursOfOperationConfig.withDay(String day)
The day that the hours of operation applies to.
|
HoursOfOperationConfig |
HoursOfOperationConfig.withEndTime(HoursOfOperationTimeSlice endTime)
The end time that your contact center is closes.
|
HoursOfOperationConfig |
HoursOfOperationConfig.withStartTime(HoursOfOperationTimeSlice startTime)
The start time that your contact center is open.
|
| Modifier and Type | Method and Description |
|---|---|
List<HoursOfOperationConfig> |
HoursOfOperation.getConfig()
Configuration information for the hours of operation.
|
| Modifier and Type | Method and Description |
|---|---|
HoursOfOperation |
HoursOfOperation.withConfig(HoursOfOperationConfig... config)
Configuration information for the hours of operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HoursOfOperation.setConfig(Collection<HoursOfOperationConfig> config)
Configuration information for the hours of operation.
|
HoursOfOperation |
HoursOfOperation.withConfig(Collection<HoursOfOperationConfig> config)
Configuration information for the hours of operation.
|
Copyright © 2021. All rights reserved.