| 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 UpdateRoutingProfileQueuesResponse |
ConnectClient.updateRoutingProfileQueues(Consumer<UpdateRoutingProfileQueuesRequest.Builder> updateRoutingProfileQueuesRequest)
Updates the properties associated with a set of queues for a routing profile.
|
default CompletableFuture<UpdateRoutingProfileQueuesResponse> |
ConnectAsyncClient.updateRoutingProfileQueues(Consumer<UpdateRoutingProfileQueuesRequest.Builder> updateRoutingProfileQueuesRequest)
Updates the properties associated with a set of queues for a routing profile.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateRoutingProfileQueuesRequest.Builder |
UpdateRoutingProfileQueuesRequest.builder() |
UpdateRoutingProfileQueuesRequest.Builder |
UpdateRoutingProfileQueuesRequest.Builder.instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateRoutingProfileQueuesRequest.Builder |
UpdateRoutingProfileQueuesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRoutingProfileQueuesRequest.Builder |
UpdateRoutingProfileQueuesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateRoutingProfileQueuesRequest.Builder |
UpdateRoutingProfileQueuesRequest.Builder.queueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The queues to be updated for this routing profile.
|
UpdateRoutingProfileQueuesRequest.Builder |
UpdateRoutingProfileQueuesRequest.Builder.queueConfigs(Consumer<RoutingProfileQueueConfig.Builder>... queueConfigs)
The queues to be updated for this routing profile.
|
UpdateRoutingProfileQueuesRequest.Builder |
UpdateRoutingProfileQueuesRequest.Builder.queueConfigs(RoutingProfileQueueConfig... queueConfigs)
The queues to be updated for this routing profile.
|
UpdateRoutingProfileQueuesRequest.Builder |
UpdateRoutingProfileQueuesRequest.Builder.routingProfileId(String routingProfileId)
The identifier of the routing profile.
|
UpdateRoutingProfileQueuesRequest.Builder |
UpdateRoutingProfileQueuesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateRoutingProfileQueuesRequest.Builder> |
UpdateRoutingProfileQueuesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.