Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.AgentlessConfig
-
Packages that use AgentlessConfig Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of AgentlessConfig in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return AgentlessConfig Modifier and Type Method Description AgentlessConfigEmailOutboundMode. agentless()Returns the value of the Agentless property for this object.AgentlessConfigSmsOutboundMode. agentless()Returns the value of the Agentless property for this object.AgentlessConfigTelephonyOutboundMode. agentless()Returns the value of the Agentless property for this object.Methods in software.amazon.awssdk.services.connectcampaignsv2.model with parameters of type AgentlessConfig Modifier and Type Method Description EmailOutboundMode.BuilderEmailOutboundMode.Builder. agentless(AgentlessConfig agentless)Sets the value of the Agentless property for this object.SmsOutboundMode.BuilderSmsOutboundMode.Builder. agentless(AgentlessConfig agentless)Sets the value of the Agentless property for this object.TelephonyOutboundMode.BuilderTelephonyOutboundMode.Builder. agentless(AgentlessConfig agentless)Sets the value of the Agentless property for this object.static EmailOutboundModeEmailOutboundMode. fromAgentless(AgentlessConfig agentless)Create an instance of this class withEmailOutboundMode.agentless()initialized to the given value.static SmsOutboundModeSmsOutboundMode. fromAgentless(AgentlessConfig agentless)Create an instance of this class withSmsOutboundMode.agentless()initialized to the given value.static TelephonyOutboundModeTelephonyOutboundMode. fromAgentless(AgentlessConfig agentless)Create an instance of this class withTelephonyOutboundMode.agentless()initialized to the given value.
-