Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.Schedule
-
Packages that use Schedule Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of Schedule in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return Schedule Modifier and Type Method Description ScheduleCampaign. schedule()Returns the value of the Schedule property for this object.ScheduleCampaignSummary. schedule()Returns the value of the Schedule property for this object.ScheduleCreateCampaignRequest. schedule()Returns the value of the Schedule property for this object.ScheduleUpdateCampaignScheduleRequest. schedule()Returns the value of the Schedule property for this object.Methods in software.amazon.awssdk.services.connectcampaignsv2.model with parameters of type Schedule Modifier and Type Method Description Campaign.BuilderCampaign.Builder. schedule(Schedule schedule)Sets the value of the Schedule property for this object.CampaignSummary.BuilderCampaignSummary.Builder. schedule(Schedule schedule)Sets the value of the Schedule property for this object.CreateCampaignRequest.BuilderCreateCampaignRequest.Builder. schedule(Schedule schedule)Sets the value of the Schedule property for this object.UpdateCampaignScheduleRequest.BuilderUpdateCampaignScheduleRequest.Builder. schedule(Schedule schedule)Sets the value of the Schedule property for this object.
-