| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
OpenHours.Builder |
OpenHours.Builder.custom(Map<DayOfWeek,? extends Collection<OpenHoursRule>> custom)
Specifies the schedule settings for the custom channel.
|
OpenHours.Builder |
OpenHours.Builder.customWithStrings(Map<String,? extends Collection<OpenHoursRule>> custom)
Specifies the schedule settings for the custom channel.
|
OpenHours.Builder |
OpenHours.Builder.email(Map<DayOfWeek,? extends Collection<OpenHoursRule>> email)
Specifies the schedule settings for the email channel.
|
OpenHours.Builder |
OpenHours.Builder.emailWithStrings(Map<String,? extends Collection<OpenHoursRule>> email)
Specifies the schedule settings for the email channel.
|
OpenHours.Builder |
OpenHours.Builder.push(Map<DayOfWeek,? extends Collection<OpenHoursRule>> push)
Specifies the schedule settings for the push channel.
|
OpenHours.Builder |
OpenHours.Builder.pushWithStrings(Map<String,? extends Collection<OpenHoursRule>> push)
Specifies the schedule settings for the push channel.
|
OpenHours.Builder |
OpenHours.Builder.sms(Map<DayOfWeek,? extends Collection<OpenHoursRule>> sms)
Specifies the schedule settings for the SMS channel.
|
OpenHours.Builder |
OpenHours.Builder.smsWithStrings(Map<String,? extends Collection<OpenHoursRule>> sms)
Specifies the schedule settings for the SMS channel.
|
OpenHours.Builder |
OpenHours.Builder.voice(Map<DayOfWeek,? extends Collection<OpenHoursRule>> voice)
Specifies the schedule settings for the voice channel.
|
OpenHours.Builder |
OpenHours.Builder.voiceWithStrings(Map<String,? extends Collection<OpenHoursRule>> voice)
Specifies the schedule settings for the voice channel.
|
Copyright © 2023. All rights reserved.