| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcampaigns |
Provide APIs to create and manage Amazon Connect Campaigns.
|
| software.amazon.awssdk.services.connectcampaigns.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateCampaignOutboundCallConfigResponse |
ConnectCampaignsClient.updateCampaignOutboundCallConfig(Consumer<UpdateCampaignOutboundCallConfigRequest.Builder> updateCampaignOutboundCallConfigRequest)
Updates the outbound call config of a campaign.
|
default CompletableFuture<UpdateCampaignOutboundCallConfigResponse> |
ConnectCampaignsAsyncClient.updateCampaignOutboundCallConfig(Consumer<UpdateCampaignOutboundCallConfigRequest.Builder> updateCampaignOutboundCallConfigRequest)
Updates the outbound call config of a campaign.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCampaignOutboundCallConfigRequest.Builder |
UpdateCampaignOutboundCallConfigRequest.Builder.answerMachineDetectionConfig(AnswerMachineDetectionConfig answerMachineDetectionConfig)
Sets the value of the AnswerMachineDetectionConfig property for this object.
|
default UpdateCampaignOutboundCallConfigRequest.Builder |
UpdateCampaignOutboundCallConfigRequest.Builder.answerMachineDetectionConfig(Consumer<AnswerMachineDetectionConfig.Builder> answerMachineDetectionConfig)
Sets the value of the AnswerMachineDetectionConfig property for this object.
|
static UpdateCampaignOutboundCallConfigRequest.Builder |
UpdateCampaignOutboundCallConfigRequest.builder() |
UpdateCampaignOutboundCallConfigRequest.Builder |
UpdateCampaignOutboundCallConfigRequest.Builder.connectContactFlowId(String connectContactFlowId)
Sets the value of the ConnectContactFlowId property for this object.
|
UpdateCampaignOutboundCallConfigRequest.Builder |
UpdateCampaignOutboundCallConfigRequest.Builder.connectSourcePhoneNumber(String connectSourcePhoneNumber)
Sets the value of the ConnectSourcePhoneNumber property for this object.
|
UpdateCampaignOutboundCallConfigRequest.Builder |
UpdateCampaignOutboundCallConfigRequest.Builder.id(String id)
Sets the value of the Id property for this object.
|
UpdateCampaignOutboundCallConfigRequest.Builder |
UpdateCampaignOutboundCallConfigRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateCampaignOutboundCallConfigRequest.Builder |
UpdateCampaignOutboundCallConfigRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateCampaignOutboundCallConfigRequest.Builder |
UpdateCampaignOutboundCallConfigRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateCampaignOutboundCallConfigRequest.Builder> |
UpdateCampaignOutboundCallConfigRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.