Uses of Interface
software.amazon.awssdk.services.connectcampaignsv2.model.SmsOutboundMode.Builder
-
Packages that use SmsOutboundMode.Builder Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of SmsOutboundMode.Builder in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return SmsOutboundMode.Builder Modifier and Type Method Description default SmsOutboundMode.BuilderSmsOutboundMode.Builder. agentless(Consumer<AgentlessConfig.Builder> 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.static SmsOutboundMode.BuilderSmsOutboundMode. builder()SmsOutboundMode.BuilderSmsOutboundMode. toBuilder()Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type SmsOutboundMode.Builder Modifier and Type Method Description static Class<? extends SmsOutboundMode.Builder>SmsOutboundMode. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type SmsOutboundMode.Builder Modifier and Type Method Description default SmsChannelSubtypeConfig.BuilderSmsChannelSubtypeConfig.Builder. outboundMode(Consumer<SmsOutboundMode.Builder> outboundMode)Sets the value of the OutboundMode property for this object.
-