Uses of Interface
software.amazon.awssdk.services.connect.model.OutboundCallerConfig.Builder
-
Packages that use OutboundCallerConfig.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of OutboundCallerConfig.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return OutboundCallerConfig.Builder Modifier and Type Method Description static OutboundCallerConfig.BuilderOutboundCallerConfig. builder()OutboundCallerConfig.BuilderOutboundCallerConfig.Builder. outboundCallerIdName(String outboundCallerIdName)The caller ID name.OutboundCallerConfig.BuilderOutboundCallerConfig.Builder. outboundCallerIdNumberId(String outboundCallerIdNumberId)The caller ID number.OutboundCallerConfig.BuilderOutboundCallerConfig.Builder. outboundFlowId(String outboundFlowId)The outbound whisper flow to be used during an outbound call.OutboundCallerConfig.BuilderOutboundCallerConfig. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type OutboundCallerConfig.Builder Modifier and Type Method Description static Class<? extends OutboundCallerConfig.Builder>OutboundCallerConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type OutboundCallerConfig.Builder Modifier and Type Method Description default CreateQueueRequest.BuilderCreateQueueRequest.Builder. outboundCallerConfig(Consumer<OutboundCallerConfig.Builder> outboundCallerConfig)The outbound caller ID name, number, and outbound whisper flow.default Queue.BuilderQueue.Builder. outboundCallerConfig(Consumer<OutboundCallerConfig.Builder> outboundCallerConfig)The outbound caller ID name, number, and outbound whisper flow.default UpdateQueueOutboundCallerConfigRequest.BuilderUpdateQueueOutboundCallerConfigRequest.Builder. outboundCallerConfig(Consumer<OutboundCallerConfig.Builder> outboundCallerConfig)The outbound caller ID name, number, and outbound whisper flow.
-