Uses of Class
software.amazon.awssdk.services.pinpoint.model.DayOfWeek
-
Packages that use DayOfWeek Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of DayOfWeek in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return DayOfWeek Modifier and Type Method Description static DayOfWeekDayOfWeek. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DayOfWeekDayOfWeek. valueOf(String name)Returns the enum constant of this type with the specified name.static DayOfWeek[]DayOfWeek. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type DayOfWeek Modifier and Type Method Description Map<DayOfWeek,List<OpenHoursRule>>OpenHours. custom()Specifies the schedule settings for the custom channel.Map<DayOfWeek,List<OpenHoursRule>>OpenHours. email()Specifies the schedule settings for the email channel.static Set<DayOfWeek>DayOfWeek. knownValues()Map<DayOfWeek,List<OpenHoursRule>>OpenHours. push()Specifies the schedule settings for the push channel.Map<DayOfWeek,List<OpenHoursRule>>OpenHours. sms()Specifies the schedule settings for the SMS channel.Map<DayOfWeek,List<OpenHoursRule>>OpenHours. voice()Specifies the schedule settings for the voice channel.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type DayOfWeek Modifier and Type Method Description OpenHours.BuilderOpenHours.Builder. custom(Map<DayOfWeek,? extends Collection<OpenHoursRule>> custom)Specifies the schedule settings for the custom channel.OpenHours.BuilderOpenHours.Builder. email(Map<DayOfWeek,? extends Collection<OpenHoursRule>> email)Specifies the schedule settings for the email channel.OpenHours.BuilderOpenHours.Builder. push(Map<DayOfWeek,? extends Collection<OpenHoursRule>> push)Specifies the schedule settings for the push channel.OpenHours.BuilderOpenHours.Builder. sms(Map<DayOfWeek,? extends Collection<OpenHoursRule>> sms)Specifies the schedule settings for the SMS channel.OpenHours.BuilderOpenHours.Builder. voice(Map<DayOfWeek,? extends Collection<OpenHoursRule>> voice)Specifies the schedule settings for the voice channel.
-