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