| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcampaigns.model |
| Modifier and Type | Method and Description |
|---|---|
DialerConfig |
Campaign.dialerConfig()
Returns the value of the DialerConfig property for this object.
|
DialerConfig |
UpdateCampaignDialerConfigRequest.dialerConfig()
Returns the value of the DialerConfig property for this object.
|
DialerConfig |
CreateCampaignRequest.dialerConfig()
Returns the value of the DialerConfig property for this object.
|
static DialerConfig |
DialerConfig.fromPredictiveDialerConfig(Consumer<PredictiveDialerConfig.Builder> predictiveDialerConfig)
Create an instance of this class with
predictiveDialerConfig() initialized to the given value. |
static DialerConfig |
DialerConfig.fromPredictiveDialerConfig(PredictiveDialerConfig predictiveDialerConfig)
Create an instance of this class with
predictiveDialerConfig() initialized to the given value. |
static DialerConfig |
DialerConfig.fromProgressiveDialerConfig(Consumer<ProgressiveDialerConfig.Builder> progressiveDialerConfig)
Create an instance of this class with
progressiveDialerConfig() initialized to the given value. |
static DialerConfig |
DialerConfig.fromProgressiveDialerConfig(ProgressiveDialerConfig progressiveDialerConfig)
Create an instance of this class with
progressiveDialerConfig() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
Campaign.Builder |
Campaign.Builder.dialerConfig(DialerConfig dialerConfig)
Sets the value of the DialerConfig property for this object.
|
UpdateCampaignDialerConfigRequest.Builder |
UpdateCampaignDialerConfigRequest.Builder.dialerConfig(DialerConfig dialerConfig)
Sets the value of the DialerConfig property for this object.
|
CreateCampaignRequest.Builder |
CreateCampaignRequest.Builder.dialerConfig(DialerConfig dialerConfig)
Sets the value of the DialerConfig property for this object.
|
Copyright © 2022. All rights reserved.