| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
AgentAvailabilityTimer |
CreateRoutingProfileRequest.agentAvailabilityTimer()
Whether agents with this routing profile will have their routing order calculated based on longest idle
time or time since their last inbound contact.
|
AgentAvailabilityTimer |
RoutingProfile.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.
|
AgentAvailabilityTimer |
UpdateRoutingProfileAgentAvailabilityTimerRequest.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 AgentAvailabilityTimer |
AgentAvailabilityTimer.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AgentAvailabilityTimer |
AgentAvailabilityTimer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentAvailabilityTimer[] |
AgentAvailabilityTimer.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AgentAvailabilityTimer> |
AgentAvailabilityTimer.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateRoutingProfileRequest.Builder |
CreateRoutingProfileRequest.Builder.agentAvailabilityTimer(AgentAvailabilityTimer agentAvailabilityTimer)
Whether agents with this routing profile will have their routing order calculated based on longest idle
time or time since their last inbound contact.
|
RoutingProfile.Builder |
RoutingProfile.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(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.
|
Copyright © 2023. All rights reserved.