Uses of Interface
software.amazon.awssdk.services.connect.model.UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder
-
Packages that use UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder 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 -
-
Uses of UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder 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 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. -
Uses of UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder Modifier and Type Method Description UpdateRoutingProfileAgentAvailabilityTimerRequest.BuilderUpdateRoutingProfileAgentAvailabilityTimerRequest.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.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.static UpdateRoutingProfileAgentAvailabilityTimerRequest.BuilderUpdateRoutingProfileAgentAvailabilityTimerRequest. builder()UpdateRoutingProfileAgentAvailabilityTimerRequest.BuilderUpdateRoutingProfileAgentAvailabilityTimerRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.UpdateRoutingProfileAgentAvailabilityTimerRequest.BuilderUpdateRoutingProfileAgentAvailabilityTimerRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateRoutingProfileAgentAvailabilityTimerRequest.BuilderUpdateRoutingProfileAgentAvailabilityTimerRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateRoutingProfileAgentAvailabilityTimerRequest.BuilderUpdateRoutingProfileAgentAvailabilityTimerRequest.Builder. routingProfileId(String routingProfileId)The identifier of the routing profile.UpdateRoutingProfileAgentAvailabilityTimerRequest.BuilderUpdateRoutingProfileAgentAvailabilityTimerRequest. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder Modifier and Type Method Description static Class<? extends UpdateRoutingProfileAgentAvailabilityTimerRequest.Builder>UpdateRoutingProfileAgentAvailabilityTimerRequest. serializableBuilderClass()
-