| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect |
Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center
and provide reliable customer engagement at any scale.
|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateQueueOutboundCallerConfigResponse |
ConnectClient.updateQueueOutboundCallerConfig(Consumer<UpdateQueueOutboundCallerConfigRequest.Builder> updateQueueOutboundCallerConfigRequest)
This API is in preview release for Amazon Connect and is subject to change.
|
default CompletableFuture<UpdateQueueOutboundCallerConfigResponse> |
ConnectAsyncClient.updateQueueOutboundCallerConfig(Consumer<UpdateQueueOutboundCallerConfigRequest.Builder> updateQueueOutboundCallerConfigRequest)
This API is in preview release for Amazon Connect and is subject to change.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateQueueOutboundCallerConfigRequest.Builder |
UpdateQueueOutboundCallerConfigRequest.builder() |
UpdateQueueOutboundCallerConfigRequest.Builder |
UpdateQueueOutboundCallerConfigRequest.Builder.instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
default UpdateQueueOutboundCallerConfigRequest.Builder |
UpdateQueueOutboundCallerConfigRequest.Builder.outboundCallerConfig(Consumer<OutboundCallerConfig.Builder> outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
|
UpdateQueueOutboundCallerConfigRequest.Builder |
UpdateQueueOutboundCallerConfigRequest.Builder.outboundCallerConfig(OutboundCallerConfig outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
|
UpdateQueueOutboundCallerConfigRequest.Builder |
UpdateQueueOutboundCallerConfigRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateQueueOutboundCallerConfigRequest.Builder |
UpdateQueueOutboundCallerConfigRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateQueueOutboundCallerConfigRequest.Builder |
UpdateQueueOutboundCallerConfigRequest.Builder.queueId(String queueId)
The identifier for the queue.
|
UpdateQueueOutboundCallerConfigRequest.Builder |
UpdateQueueOutboundCallerConfigRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateQueueOutboundCallerConfigRequest.Builder> |
UpdateQueueOutboundCallerConfigRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.