| Package | Description |
|---|---|
| com.amazonaws.services.support.model |
| Modifier and Type | Method and Description |
|---|---|
CommunicationTypeOptions |
CommunicationTypeOptions.clone() |
CommunicationTypeOptions |
CommunicationTypeOptions.withDatesWithoutSupport(Collection<DateInterval> datesWithoutSupport)
A JSON-formatted list containing date and time ranges for periods without support
|
CommunicationTypeOptions |
CommunicationTypeOptions.withDatesWithoutSupport(DateInterval... datesWithoutSupport)
A JSON-formatted list containing date and time ranges for periods without support
|
CommunicationTypeOptions |
CommunicationTypeOptions.withSupportedHours(Collection<SupportedHour> supportedHours)
A JSON-formatted list containing time ranges when support is available.
|
CommunicationTypeOptions |
CommunicationTypeOptions.withSupportedHours(SupportedHour... supportedHours)
A JSON-formatted list containing time ranges when support is available.
|
CommunicationTypeOptions |
CommunicationTypeOptions.withType(String type)
A string value indicating the communication type.
|
| Modifier and Type | Method and Description |
|---|---|
List<CommunicationTypeOptions> |
DescribeCreateCaseOptionsResult.getCommunicationTypes()
A JSON-formatted array that contains the available communication type options, along with the available support
timeframes for the given inputs.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCreateCaseOptionsResult |
DescribeCreateCaseOptionsResult.withCommunicationTypes(CommunicationTypeOptions... communicationTypes)
A JSON-formatted array that contains the available communication type options, along with the available support
timeframes for the given inputs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCreateCaseOptionsResult.setCommunicationTypes(Collection<CommunicationTypeOptions> communicationTypes)
A JSON-formatted array that contains the available communication type options, along with the available support
timeframes for the given inputs.
|
DescribeCreateCaseOptionsResult |
DescribeCreateCaseOptionsResult.withCommunicationTypes(Collection<CommunicationTypeOptions> communicationTypes)
A JSON-formatted array that contains the available communication type options, along with the available support
timeframes for the given inputs.
|
Copyright © 2024. All rights reserved.