Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.UpdateCampaignScheduleResponse
-
Packages that use UpdateCampaignScheduleResponse Package Description software.amazon.awssdk.services.connectcampaignsv2 Provide APIs to create and manage Amazon Connect Campaigns. -
-
Uses of UpdateCampaignScheduleResponse in software.amazon.awssdk.services.connectcampaignsv2
Methods in software.amazon.awssdk.services.connectcampaignsv2 that return UpdateCampaignScheduleResponse Modifier and Type Method Description default UpdateCampaignScheduleResponseConnectCampaignsV2Client. updateCampaignSchedule(Consumer<UpdateCampaignScheduleRequest.Builder> updateCampaignScheduleRequest)Updates the schedule for a campaign.default UpdateCampaignScheduleResponseConnectCampaignsV2Client. updateCampaignSchedule(UpdateCampaignScheduleRequest updateCampaignScheduleRequest)Updates the schedule for a campaign.Methods in software.amazon.awssdk.services.connectcampaignsv2 that return types with arguments of type UpdateCampaignScheduleResponse Modifier and Type Method Description default CompletableFuture<UpdateCampaignScheduleResponse>ConnectCampaignsV2AsyncClient. updateCampaignSchedule(Consumer<UpdateCampaignScheduleRequest.Builder> updateCampaignScheduleRequest)Updates the schedule for a campaign.default CompletableFuture<UpdateCampaignScheduleResponse>ConnectCampaignsV2AsyncClient. updateCampaignSchedule(UpdateCampaignScheduleRequest updateCampaignScheduleRequest)Updates the schedule for a campaign.
-