Uses of Class
software.amazon.awssdk.services.support.model.CommunicationTypeOptions
-
Packages that use CommunicationTypeOptions Package Description software.amazon.awssdk.services.support.model -
-
Uses of CommunicationTypeOptions in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return types with arguments of type CommunicationTypeOptions Modifier and Type Method Description List<CommunicationTypeOptions>DescribeCreateCaseOptionsResponse. communicationTypes()A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.Methods in software.amazon.awssdk.services.support.model with parameters of type CommunicationTypeOptions Modifier and Type Method Description DescribeCreateCaseOptionsResponse.BuilderDescribeCreateCaseOptionsResponse.Builder. communicationTypes(CommunicationTypeOptions... communicationTypes)A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.Method parameters in software.amazon.awssdk.services.support.model with type arguments of type CommunicationTypeOptions Modifier and Type Method Description DescribeCreateCaseOptionsResponse.BuilderDescribeCreateCaseOptionsResponse.Builder. communicationTypes(Collection<CommunicationTypeOptions> communicationTypes)A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.
-