Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.TimeWindow
-
Packages that use TimeWindow Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of TimeWindow in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return TimeWindow Modifier and Type Method Description TimeWindowCommunicationTimeConfig. email()Returns the value of the Email property for this object.TimeWindowCommunicationTimeConfig. sms()Returns the value of the Sms property for this object.TimeWindowCommunicationTimeConfig. telephony()Returns the value of the Telephony property for this object.Methods in software.amazon.awssdk.services.connectcampaignsv2.model with parameters of type TimeWindow Modifier and Type Method Description CommunicationTimeConfig.BuilderCommunicationTimeConfig.Builder. email(TimeWindow email)Sets the value of the Email property for this object.CommunicationTimeConfig.BuilderCommunicationTimeConfig.Builder. sms(TimeWindow sms)Sets the value of the Sms property for this object.CommunicationTimeConfig.BuilderCommunicationTimeConfig.Builder. telephony(TimeWindow telephony)Sets the value of the Telephony property for this object.
-