Uses of Class
software.amazon.awssdk.services.connect.model.AgentStatusSearchCriteria
-
Packages that use AgentStatusSearchCriteria Package Description software.amazon.awssdk.services.connect.model -
-
Uses of AgentStatusSearchCriteria in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return AgentStatusSearchCriteria Modifier and Type Method Description AgentStatusSearchCriteriaSearchAgentStatusesRequest. searchCriteria()The search criteria to be used to return agent statuses.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AgentStatusSearchCriteria Modifier and Type Method Description List<AgentStatusSearchCriteria>AgentStatusSearchCriteria. andConditions()A leaf node condition which can be used to specify a string condition.List<AgentStatusSearchCriteria>AgentStatusSearchCriteria. orConditions()A list of conditions which would be applied together with anORcondition.Methods in software.amazon.awssdk.services.connect.model with parameters of type AgentStatusSearchCriteria Modifier and Type Method Description AgentStatusSearchCriteria.BuilderAgentStatusSearchCriteria.Builder. andConditions(AgentStatusSearchCriteria... andConditions)A leaf node condition which can be used to specify a string condition.AgentStatusSearchCriteria.BuilderAgentStatusSearchCriteria.Builder. orConditions(AgentStatusSearchCriteria... orConditions)A list of conditions which would be applied together with anORcondition.SearchAgentStatusesRequest.BuilderSearchAgentStatusesRequest.Builder. searchCriteria(AgentStatusSearchCriteria searchCriteria)The search criteria to be used to return agent statuses.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type AgentStatusSearchCriteria Modifier and Type Method Description AgentStatusSearchCriteria.BuilderAgentStatusSearchCriteria.Builder. andConditions(Collection<AgentStatusSearchCriteria> andConditions)A leaf node condition which can be used to specify a string condition.AgentStatusSearchCriteria.BuilderAgentStatusSearchCriteria.Builder. orConditions(Collection<AgentStatusSearchCriteria> orConditions)A list of conditions which would be applied together with anORcondition.
-