| 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 AssociateRoutingProfileQueuesResponse |
ConnectClient.associateRoutingProfileQueues(Consumer<AssociateRoutingProfileQueuesRequest.Builder> associateRoutingProfileQueuesRequest)
Associates a set of queues with a routing profile.
|
default CompletableFuture<AssociateRoutingProfileQueuesResponse> |
ConnectAsyncClient.associateRoutingProfileQueues(Consumer<AssociateRoutingProfileQueuesRequest.Builder> associateRoutingProfileQueuesRequest)
Associates a set of queues with a routing profile.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateRoutingProfileQueuesRequest.Builder |
AssociateRoutingProfileQueuesRequest.builder() |
AssociateRoutingProfileQueuesRequest.Builder |
AssociateRoutingProfileQueuesRequest.Builder.instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
AssociateRoutingProfileQueuesRequest.Builder |
AssociateRoutingProfileQueuesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateRoutingProfileQueuesRequest.Builder |
AssociateRoutingProfileQueuesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateRoutingProfileQueuesRequest.Builder |
AssociateRoutingProfileQueuesRequest.Builder.queueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The queues to associate with this routing profile.
|
AssociateRoutingProfileQueuesRequest.Builder |
AssociateRoutingProfileQueuesRequest.Builder.queueConfigs(Consumer<RoutingProfileQueueConfig.Builder>... queueConfigs)
The queues to associate with this routing profile.
|
AssociateRoutingProfileQueuesRequest.Builder |
AssociateRoutingProfileQueuesRequest.Builder.queueConfigs(RoutingProfileQueueConfig... queueConfigs)
The queues to associate with this routing profile.
|
AssociateRoutingProfileQueuesRequest.Builder |
AssociateRoutingProfileQueuesRequest.Builder.routingProfileId(String routingProfileId)
The identifier of the routing profile.
|
AssociateRoutingProfileQueuesRequest.Builder |
AssociateRoutingProfileQueuesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateRoutingProfileQueuesRequest.Builder> |
AssociateRoutingProfileQueuesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.