Uses of Class
software.amazon.awssdk.services.support.model.SupportedHour
-
Packages that use SupportedHour Package Description software.amazon.awssdk.services.support.model -
-
Uses of SupportedHour in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return types with arguments of type SupportedHour Modifier and Type Method Description List<SupportedHour>CommunicationTypeOptions. supportedHours()A JSON-formatted list containing time ranges when support is available.Methods in software.amazon.awssdk.services.support.model with parameters of type SupportedHour Modifier and Type Method Description CommunicationTypeOptions.BuilderCommunicationTypeOptions.Builder. supportedHours(SupportedHour... supportedHours)A JSON-formatted list containing time ranges when support is available.Method parameters in software.amazon.awssdk.services.support.model with type arguments of type SupportedHour Modifier and Type Method Description CommunicationTypeOptions.BuilderCommunicationTypeOptions.Builder. supportedHours(Collection<SupportedHour> supportedHours)A JSON-formatted list containing time ranges when support is available.
-