| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static OutboundCallerConfig.Builder |
OutboundCallerConfig.builder() |
OutboundCallerConfig.Builder |
OutboundCallerConfig.Builder.outboundCallerIdName(String outboundCallerIdName)
The caller ID name.
|
OutboundCallerConfig.Builder |
OutboundCallerConfig.Builder.outboundCallerIdNumberId(String outboundCallerIdNumberId)
The caller ID number.
|
OutboundCallerConfig.Builder |
OutboundCallerConfig.Builder.outboundFlowId(String outboundFlowId)
The outbound whisper flow to be used during an outbound call.
|
OutboundCallerConfig.Builder |
OutboundCallerConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OutboundCallerConfig.Builder> |
OutboundCallerConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateQueueRequest.Builder |
CreateQueueRequest.Builder.outboundCallerConfig(Consumer<OutboundCallerConfig.Builder> outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
|
default Queue.Builder |
Queue.Builder.outboundCallerConfig(Consumer<OutboundCallerConfig.Builder> outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
|
default UpdateQueueOutboundCallerConfigRequest.Builder |
UpdateQueueOutboundCallerConfigRequest.Builder.outboundCallerConfig(Consumer<OutboundCallerConfig.Builder> outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
|
Copyright © 2022. All rights reserved.