Uses of Class
software.amazon.awssdk.services.connectcampaigns.model.UpdateCampaignOutboundCallConfigResponse
-
Packages that use UpdateCampaignOutboundCallConfigResponse Package Description software.amazon.awssdk.services.connectcampaigns Provide APIs to create and manage Amazon Connect Campaigns. -
-
Uses of UpdateCampaignOutboundCallConfigResponse in software.amazon.awssdk.services.connectcampaigns
Methods in software.amazon.awssdk.services.connectcampaigns that return UpdateCampaignOutboundCallConfigResponse Modifier and Type Method Description default UpdateCampaignOutboundCallConfigResponseConnectCampaignsClient. updateCampaignOutboundCallConfig(Consumer<UpdateCampaignOutboundCallConfigRequest.Builder> updateCampaignOutboundCallConfigRequest)Updates the outbound call config of a campaign.default UpdateCampaignOutboundCallConfigResponseConnectCampaignsClient. updateCampaignOutboundCallConfig(UpdateCampaignOutboundCallConfigRequest updateCampaignOutboundCallConfigRequest)Updates the outbound call config of a campaign.Methods in software.amazon.awssdk.services.connectcampaigns that return types with arguments of type UpdateCampaignOutboundCallConfigResponse Modifier and Type Method Description default CompletableFuture<UpdateCampaignOutboundCallConfigResponse>ConnectCampaignsAsyncClient. updateCampaignOutboundCallConfig(Consumer<UpdateCampaignOutboundCallConfigRequest.Builder> updateCampaignOutboundCallConfigRequest)Updates the outbound call config of a campaign.default CompletableFuture<UpdateCampaignOutboundCallConfigResponse>ConnectCampaignsAsyncClient. updateCampaignOutboundCallConfig(UpdateCampaignOutboundCallConfigRequest updateCampaignOutboundCallConfigRequest)Updates the outbound call config of a campaign.
-