Uses of Class
software.amazon.awssdk.services.connect.model.QueueSearchCriteria
-
Packages that use QueueSearchCriteria Package Description software.amazon.awssdk.services.connect.model -
-
Uses of QueueSearchCriteria in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return QueueSearchCriteria Modifier and Type Method Description QueueSearchCriteriaSearchQueuesRequest. searchCriteria()The search criteria to be used to return queues.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type QueueSearchCriteria Modifier and Type Method Description List<QueueSearchCriteria>QueueSearchCriteria. andConditions()A list of conditions which would be applied together with an AND condition.List<QueueSearchCriteria>QueueSearchCriteria. orConditions()A list of conditions which would be applied together with an OR condition.Methods in software.amazon.awssdk.services.connect.model with parameters of type QueueSearchCriteria Modifier and Type Method Description QueueSearchCriteria.BuilderQueueSearchCriteria.Builder. andConditions(QueueSearchCriteria... andConditions)A list of conditions which would be applied together with an AND condition.QueueSearchCriteria.BuilderQueueSearchCriteria.Builder. orConditions(QueueSearchCriteria... orConditions)A list of conditions which would be applied together with an OR condition.SearchQueuesRequest.BuilderSearchQueuesRequest.Builder. searchCriteria(QueueSearchCriteria searchCriteria)The search criteria to be used to return queues.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type QueueSearchCriteria Modifier and Type Method Description QueueSearchCriteria.BuilderQueueSearchCriteria.Builder. andConditions(Collection<QueueSearchCriteria> andConditions)A list of conditions which would be applied together with an AND condition.QueueSearchCriteria.BuilderQueueSearchCriteria.Builder. orConditions(Collection<QueueSearchCriteria> orConditions)A list of conditions which would be applied together with an OR condition.
-