Uses of Class
software.amazon.awssdk.services.connect.model.OutboundCallerConfig
-
Packages that use OutboundCallerConfig Package Description software.amazon.awssdk.services.connect.model -
-
Uses of OutboundCallerConfig in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return OutboundCallerConfig Modifier and Type Method Description OutboundCallerConfigCreateQueueRequest. outboundCallerConfig()The outbound caller ID name, number, and outbound whisper flow.OutboundCallerConfigQueue. outboundCallerConfig()The outbound caller ID name, number, and outbound whisper flow.OutboundCallerConfigUpdateQueueOutboundCallerConfigRequest. outboundCallerConfig()The outbound caller ID name, number, and outbound whisper flow.Methods in software.amazon.awssdk.services.connect.model with parameters of type OutboundCallerConfig Modifier and Type Method Description CreateQueueRequest.BuilderCreateQueueRequest.Builder. outboundCallerConfig(OutboundCallerConfig outboundCallerConfig)The outbound caller ID name, number, and outbound whisper flow.Queue.BuilderQueue.Builder. outboundCallerConfig(OutboundCallerConfig outboundCallerConfig)The outbound caller ID name, number, and outbound whisper flow.UpdateQueueOutboundCallerConfigRequest.BuilderUpdateQueueOutboundCallerConfigRequest.Builder. outboundCallerConfig(OutboundCallerConfig outboundCallerConfig)The outbound caller ID name, number, and outbound whisper flow.
-