Uses of Class
software.amazon.awssdk.services.connect.model.UpdateRoutingProfileAgentAvailabilityTimerResponse
-
Packages that use UpdateRoutingProfileAgentAvailabilityTimerResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of UpdateRoutingProfileAgentAvailabilityTimerResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return UpdateRoutingProfileAgentAvailabilityTimerResponse Modifier and Type Method Description default UpdateRoutingProfileAgentAvailabilityTimerResponseConnectClient. 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 UpdateRoutingProfileAgentAvailabilityTimerResponseConnectClient. updateRoutingProfileAgentAvailabilityTimer(UpdateRoutingProfileAgentAvailabilityTimerRequest 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.Methods in software.amazon.awssdk.services.connect that return types with arguments of type UpdateRoutingProfileAgentAvailabilityTimerResponse Modifier and Type Method 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 CompletableFuture<UpdateRoutingProfileAgentAvailabilityTimerResponse>ConnectAsyncClient. updateRoutingProfileAgentAvailabilityTimer(UpdateRoutingProfileAgentAvailabilityTimerRequest 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.
-