| 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 CompletableFuture<UpdateRoutingProfileAgentAvailabilityTimerResponse> |
ConnectAsyncClient.updateRoutingProfileAgentAvailabilityTimer(Consumer<UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder> updateRoutingProfileAgentAvailabilityTimerRequest)
Whether agents with this routing profile will have their routing order calculated based on time since their
last inbound contact or longest idle time.
|
default UpdateRoutingProfileAgentAvailabilityTimerResponse |
ConnectClient.updateRoutingProfileAgentAvailabilityTimer(Consumer<UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder> updateRoutingProfileAgentAvailabilityTimerRequest)
Whether agents with this routing profile will have their routing order calculated based on time since their
last inbound contact or longest idle time.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder |
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder.agentAvailabilityTimer(AgentAvailabilityTimer agentAvailabilityTimer)
Whether agents with this routing profile will have their routing order calculated based on time since
their last inbound contact or longest idle time.
|
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder |
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder.agentAvailabilityTimer(String agentAvailabilityTimer)
Whether agents with this routing profile will have their routing order calculated based on time since
their last inbound contact or longest idle time.
|
static UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder |
UpdateRoutingProfileAgentAvailabilityTimerRequest.builder() |
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder |
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder.instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder |
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder |
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder |
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder.routingProfileId(String routingProfileId)
The identifier of the routing profile.
|
UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder |
UpdateRoutingProfileAgentAvailabilityTimerRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder> |
UpdateRoutingProfileAgentAvailabilityTimerRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.