Uses of Class
software.amazon.awssdk.services.connect.model.AgentAvailabilityTimer
-
Packages that use AgentAvailabilityTimer Package Description software.amazon.awssdk.services.connect.model -
-
Uses of AgentAvailabilityTimer in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return AgentAvailabilityTimer Modifier and Type Method Description AgentAvailabilityTimerCreateRoutingProfileRequest. 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.AgentAvailabilityTimerRoutingProfile. 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.AgentAvailabilityTimerUpdateRoutingProfileAgentAvailabilityTimerRequest. 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 AgentAvailabilityTimerAgentAvailabilityTimer. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AgentAvailabilityTimerAgentAvailabilityTimer. 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.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AgentAvailabilityTimer Modifier and Type Method Description static Set<AgentAvailabilityTimer>AgentAvailabilityTimer. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type AgentAvailabilityTimer Modifier and Type Method Description CreateRoutingProfileRequest.BuilderCreateRoutingProfileRequest.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.BuilderRoutingProfile.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.BuilderUpdateRoutingProfileAgentAvailabilityTimerRequest.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.
-