| Package | Description |
|---|---|
| com.amazonaws.services.support.model |
| Modifier and Type | Method and Description |
|---|---|
SupportedHour |
SupportedHour.clone() |
SupportedHour |
SupportedHour.withEndTime(String endTime)
End Time.
|
SupportedHour |
SupportedHour.withStartTime(String startTime)
Start Time.
|
| Modifier and Type | Method and Description |
|---|---|
List<SupportedHour> |
CommunicationTypeOptions.getSupportedHours()
A JSON-formatted list containing time ranges when support is available.
|
| Modifier and Type | Method and Description |
|---|---|
CommunicationTypeOptions |
CommunicationTypeOptions.withSupportedHours(SupportedHour... supportedHours)
A JSON-formatted list containing time ranges when support is available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommunicationTypeOptions.setSupportedHours(Collection<SupportedHour> supportedHours)
A JSON-formatted list containing time ranges when support is available.
|
CommunicationTypeOptions |
CommunicationTypeOptions.withSupportedHours(Collection<SupportedHour> supportedHours)
A JSON-formatted list containing time ranges when support is available.
|
Copyright © 2024. All rights reserved.