| 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 closes.
|
HoursOfOperationConfig |
HoursOfOperationConfig.withStartTime(HoursOfOperationTimeSlice startTime)
The start time that your contact center opens.
|
| Modifier and Type | Method and Description |
|---|---|
List<HoursOfOperationConfig> |
UpdateHoursOfOperationRequest.getConfig()
Configuration information of the hours of operation.
|
List<HoursOfOperationConfig> |
HoursOfOperation.getConfig()
Configuration information for the hours of operation.
|
List<HoursOfOperationConfig> |
CreateHoursOfOperationRequest.getConfig()
Configuration information for the hours of operation: day, start time, and end time.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateHoursOfOperationRequest |
UpdateHoursOfOperationRequest.withConfig(HoursOfOperationConfig... config)
Configuration information of the hours of operation.
|
HoursOfOperation |
HoursOfOperation.withConfig(HoursOfOperationConfig... config)
Configuration information for the hours of operation.
|
CreateHoursOfOperationRequest |
CreateHoursOfOperationRequest.withConfig(HoursOfOperationConfig... config)
Configuration information for the hours of operation: day, start time, and end time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateHoursOfOperationRequest.setConfig(Collection<HoursOfOperationConfig> config)
Configuration information of the hours of operation.
|
void |
HoursOfOperation.setConfig(Collection<HoursOfOperationConfig> config)
Configuration information for the hours of operation.
|
void |
CreateHoursOfOperationRequest.setConfig(Collection<HoursOfOperationConfig> config)
Configuration information for the hours of operation: day, start time, and end time.
|
UpdateHoursOfOperationRequest |
UpdateHoursOfOperationRequest.withConfig(Collection<HoursOfOperationConfig> config)
Configuration information of the hours of operation.
|
HoursOfOperation |
HoursOfOperation.withConfig(Collection<HoursOfOperationConfig> config)
Configuration information for the hours of operation.
|
CreateHoursOfOperationRequest |
CreateHoursOfOperationRequest.withConfig(Collection<HoursOfOperationConfig> config)
Configuration information for the hours of operation: day, start time, and end time.
|
Copyright © 2023. All rights reserved.