Uses of Class
software.amazon.awssdk.services.connect.model.RoutingProfileQueueConfig
-
Packages that use RoutingProfileQueueConfig Package Description software.amazon.awssdk.services.connect.model -
-
Uses of RoutingProfileQueueConfig in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type RoutingProfileQueueConfig Modifier and Type Method Description List<RoutingProfileQueueConfig>AssociateRoutingProfileQueuesRequest. queueConfigs()The queues to associate with this routing profile.List<RoutingProfileQueueConfig>CreateRoutingProfileRequest. queueConfigs()The inbound queues associated with the routing profile.List<RoutingProfileQueueConfig>UpdateRoutingProfileQueuesRequest. queueConfigs()The queues to be updated for this routing profile.Methods in software.amazon.awssdk.services.connect.model with parameters of type RoutingProfileQueueConfig Modifier and Type Method Description AssociateRoutingProfileQueuesRequest.BuilderAssociateRoutingProfileQueuesRequest.Builder. queueConfigs(RoutingProfileQueueConfig... queueConfigs)The queues to associate with this routing profile.CreateRoutingProfileRequest.BuilderCreateRoutingProfileRequest.Builder. queueConfigs(RoutingProfileQueueConfig... queueConfigs)The inbound queues associated with the routing profile.UpdateRoutingProfileQueuesRequest.BuilderUpdateRoutingProfileQueuesRequest.Builder. queueConfigs(RoutingProfileQueueConfig... queueConfigs)The queues to be updated for this routing profile.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type RoutingProfileQueueConfig Modifier and Type Method Description AssociateRoutingProfileQueuesRequest.BuilderAssociateRoutingProfileQueuesRequest.Builder. queueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)The queues to associate with this routing profile.CreateRoutingProfileRequest.BuilderCreateRoutingProfileRequest.Builder. queueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)The inbound queues associated with the routing profile.UpdateRoutingProfileQueuesRequest.BuilderUpdateRoutingProfileQueuesRequest.Builder. queueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)The queues to be updated for this routing profile.
-