Uses of Class
software.amazon.awssdk.services.pinpoint.model.OpenHoursRule
-
Packages that use OpenHoursRule Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of OpenHoursRule in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type OpenHoursRule Modifier and Type Method Description Map<DayOfWeek,List<OpenHoursRule>>OpenHours. custom()Specifies the schedule settings for the custom channel.Map<String,List<OpenHoursRule>>OpenHours. customAsStrings()Specifies the schedule settings for the custom channel.Map<DayOfWeek,List<OpenHoursRule>>OpenHours. email()Specifies the schedule settings for the email channel.Map<String,List<OpenHoursRule>>OpenHours. emailAsStrings()Specifies the schedule settings for the email channel.Map<DayOfWeek,List<OpenHoursRule>>OpenHours. push()Specifies the schedule settings for the push channel.Map<String,List<OpenHoursRule>>OpenHours. pushAsStrings()Specifies the schedule settings for the push channel.Map<DayOfWeek,List<OpenHoursRule>>OpenHours. sms()Specifies the schedule settings for the SMS channel.Map<String,List<OpenHoursRule>>OpenHours. smsAsStrings()Specifies the schedule settings for the SMS channel.Map<DayOfWeek,List<OpenHoursRule>>OpenHours. voice()Specifies the schedule settings for the voice channel.Map<String,List<OpenHoursRule>>OpenHours. voiceAsStrings()Specifies the schedule settings for the voice channel.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type OpenHoursRule 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. customWithStrings(Map<String,? 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. emailWithStrings(Map<String,? 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. pushWithStrings(Map<String,? 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. smsWithStrings(Map<String,? 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.OpenHours.BuilderOpenHours.Builder. voiceWithStrings(Map<String,? extends Collection<OpenHoursRule>> voice)Specifies the schedule settings for the voice channel.
-