| Package | Description |
|---|---|
| com.amazonaws.services.support.model |
| Modifier and Type | Method and Description |
|---|---|
DateInterval |
DateInterval.clone() |
DateInterval |
DateInterval.withEndDateTime(String endDateTime)
End Date Time (UTC).
|
DateInterval |
DateInterval.withStartDateTime(String startDateTime)
A JSON object containing start and date time (UTC).
|
| Modifier and Type | Method and Description |
|---|---|
List<DateInterval> |
CommunicationTypeOptions.getDatesWithoutSupport()
A JSON-formatted list containing date and time ranges for periods without support
|
| Modifier and Type | Method and Description |
|---|---|
CommunicationTypeOptions |
CommunicationTypeOptions.withDatesWithoutSupport(DateInterval... datesWithoutSupport)
A JSON-formatted list containing date and time ranges for periods without support
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommunicationTypeOptions.setDatesWithoutSupport(Collection<DateInterval> datesWithoutSupport)
A JSON-formatted list containing date and time ranges for periods without support
|
CommunicationTypeOptions |
CommunicationTypeOptions.withDatesWithoutSupport(Collection<DateInterval> datesWithoutSupport)
A JSON-formatted list containing date and time ranges for periods without support
|
Copyright © 2024. All rights reserved.