Uses of Interface
software.amazon.awssdk.services.connectcampaigns.model.UpdateCampaignOutboundCallConfigRequest.Builder
-
Packages that use UpdateCampaignOutboundCallConfigRequest.Builder Package Description software.amazon.awssdk.services.connectcampaigns Provide APIs to create and manage Amazon Connect Campaigns.software.amazon.awssdk.services.connectcampaigns.model -
-
Uses of UpdateCampaignOutboundCallConfigRequest.Builder in software.amazon.awssdk.services.connectcampaigns
Method parameters in software.amazon.awssdk.services.connectcampaigns with type arguments of type UpdateCampaignOutboundCallConfigRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateCampaignOutboundCallConfigResponse>ConnectCampaignsAsyncClient. updateCampaignOutboundCallConfig(Consumer<UpdateCampaignOutboundCallConfigRequest.Builder> updateCampaignOutboundCallConfigRequest)Updates the outbound call config of a campaign.default UpdateCampaignOutboundCallConfigResponseConnectCampaignsClient. updateCampaignOutboundCallConfig(Consumer<UpdateCampaignOutboundCallConfigRequest.Builder> updateCampaignOutboundCallConfigRequest)Updates the outbound call config of a campaign. -
Uses of UpdateCampaignOutboundCallConfigRequest.Builder in software.amazon.awssdk.services.connectcampaigns.model
Methods in software.amazon.awssdk.services.connectcampaigns.model that return UpdateCampaignOutboundCallConfigRequest.Builder Modifier and Type Method Description default UpdateCampaignOutboundCallConfigRequest.BuilderUpdateCampaignOutboundCallConfigRequest.Builder. answerMachineDetectionConfig(Consumer<AnswerMachineDetectionConfig.Builder> answerMachineDetectionConfig)Sets the value of the AnswerMachineDetectionConfig property for this object.UpdateCampaignOutboundCallConfigRequest.BuilderUpdateCampaignOutboundCallConfigRequest.Builder. answerMachineDetectionConfig(AnswerMachineDetectionConfig answerMachineDetectionConfig)Sets the value of the AnswerMachineDetectionConfig property for this object.static UpdateCampaignOutboundCallConfigRequest.BuilderUpdateCampaignOutboundCallConfigRequest. builder()UpdateCampaignOutboundCallConfigRequest.BuilderUpdateCampaignOutboundCallConfigRequest.Builder. connectContactFlowId(String connectContactFlowId)Sets the value of the ConnectContactFlowId property for this object.UpdateCampaignOutboundCallConfigRequest.BuilderUpdateCampaignOutboundCallConfigRequest.Builder. connectSourcePhoneNumber(String connectSourcePhoneNumber)Sets the value of the ConnectSourcePhoneNumber property for this object.UpdateCampaignOutboundCallConfigRequest.BuilderUpdateCampaignOutboundCallConfigRequest.Builder. id(String id)Sets the value of the Id property for this object.UpdateCampaignOutboundCallConfigRequest.BuilderUpdateCampaignOutboundCallConfigRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateCampaignOutboundCallConfigRequest.BuilderUpdateCampaignOutboundCallConfigRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateCampaignOutboundCallConfigRequest.BuilderUpdateCampaignOutboundCallConfigRequest. toBuilder()Methods in software.amazon.awssdk.services.connectcampaigns.model that return types with arguments of type UpdateCampaignOutboundCallConfigRequest.Builder Modifier and Type Method Description static Class<? extends UpdateCampaignOutboundCallConfigRequest.Builder>UpdateCampaignOutboundCallConfigRequest. serializableBuilderClass()
-