Uses of Interface
software.amazon.awssdk.services.connect.model.UpdateQueueOutboundCallerConfigRequest.Builder
-
Packages that use UpdateQueueOutboundCallerConfigRequest.Builder 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 -
-
Uses of UpdateQueueOutboundCallerConfigRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type UpdateQueueOutboundCallerConfigRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateQueueOutboundCallerConfigResponse>ConnectAsyncClient. updateQueueOutboundCallerConfig(Consumer<UpdateQueueOutboundCallerConfigRequest.Builder> updateQueueOutboundCallerConfigRequest)This API is in preview release for Amazon Connect and is subject to change.default UpdateQueueOutboundCallerConfigResponseConnectClient. updateQueueOutboundCallerConfig(Consumer<UpdateQueueOutboundCallerConfigRequest.Builder> updateQueueOutboundCallerConfigRequest)This API is in preview release for Amazon Connect and is subject to change. -
Uses of UpdateQueueOutboundCallerConfigRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UpdateQueueOutboundCallerConfigRequest.Builder Modifier and Type Method Description static UpdateQueueOutboundCallerConfigRequest.BuilderUpdateQueueOutboundCallerConfigRequest. builder()UpdateQueueOutboundCallerConfigRequest.BuilderUpdateQueueOutboundCallerConfigRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.default UpdateQueueOutboundCallerConfigRequest.BuilderUpdateQueueOutboundCallerConfigRequest.Builder. outboundCallerConfig(Consumer<OutboundCallerConfig.Builder> 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.UpdateQueueOutboundCallerConfigRequest.BuilderUpdateQueueOutboundCallerConfigRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateQueueOutboundCallerConfigRequest.BuilderUpdateQueueOutboundCallerConfigRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateQueueOutboundCallerConfigRequest.BuilderUpdateQueueOutboundCallerConfigRequest.Builder. queueId(String queueId)The identifier for the queue.UpdateQueueOutboundCallerConfigRequest.BuilderUpdateQueueOutboundCallerConfigRequest. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UpdateQueueOutboundCallerConfigRequest.Builder Modifier and Type Method Description static Class<? extends UpdateQueueOutboundCallerConfigRequest.Builder>UpdateQueueOutboundCallerConfigRequest. serializableBuilderClass()
-