Uses of Class
software.amazon.awssdk.services.connect.model.UserSearchCriteria
-
Packages that use UserSearchCriteria Package Description software.amazon.awssdk.services.connect.model -
-
Uses of UserSearchCriteria in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UserSearchCriteria Modifier and Type Method Description UserSearchCriteriaSearchUsersRequest. searchCriteria()Returns the value of the SearchCriteria property for this object.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UserSearchCriteria Modifier and Type Method Description List<UserSearchCriteria>UserSearchCriteria. andConditions()A list of conditions which would be applied together with anANDcondition.List<UserSearchCriteria>UserSearchCriteria. orConditions()A list of conditions which would be applied together with anORcondition.Methods in software.amazon.awssdk.services.connect.model with parameters of type UserSearchCriteria Modifier and Type Method Description UserSearchCriteria.BuilderUserSearchCriteria.Builder. andConditions(UserSearchCriteria... andConditions)A list of conditions which would be applied together with anANDcondition.UserSearchCriteria.BuilderUserSearchCriteria.Builder. orConditions(UserSearchCriteria... orConditions)A list of conditions which would be applied together with anORcondition.SearchUsersRequest.BuilderSearchUsersRequest.Builder. searchCriteria(UserSearchCriteria searchCriteria)Sets the value of the SearchCriteria property for this object.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type UserSearchCriteria Modifier and Type Method Description UserSearchCriteria.BuilderUserSearchCriteria.Builder. andConditions(Collection<UserSearchCriteria> andConditions)A list of conditions which would be applied together with anANDcondition.UserSearchCriteria.BuilderUserSearchCriteria.Builder. orConditions(Collection<UserSearchCriteria> orConditions)A list of conditions which would be applied together with anORcondition.
-