Uses of Class
software.amazon.awssdk.services.support.model.DateInterval
-
Packages that use DateInterval Package Description software.amazon.awssdk.services.support.model -
-
Uses of DateInterval in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return types with arguments of type DateInterval Modifier and Type Method Description List<DateInterval>CommunicationTypeOptions. datesWithoutSupport()A JSON-formatted list containing date and time ranges for periods without supportMethods in software.amazon.awssdk.services.support.model with parameters of type DateInterval Modifier and Type Method Description CommunicationTypeOptions.BuilderCommunicationTypeOptions.Builder. datesWithoutSupport(DateInterval... datesWithoutSupport)A JSON-formatted list containing date and time ranges for periods without supportMethod parameters in software.amazon.awssdk.services.support.model with type arguments of type DateInterval Modifier and Type Method Description CommunicationTypeOptions.BuilderCommunicationTypeOptions.Builder. datesWithoutSupport(Collection<DateInterval> datesWithoutSupport)A JSON-formatted list containing date and time ranges for periods without support
-