Uses of Class
software.amazon.awssdk.services.connect.model.UserHierarchyGroupSearchCriteria
-
Packages that use UserHierarchyGroupSearchCriteria Package Description software.amazon.awssdk.services.connect.model -
-
Uses of UserHierarchyGroupSearchCriteria in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UserHierarchyGroupSearchCriteria Modifier and Type Method Description UserHierarchyGroupSearchCriteriaSearchUserHierarchyGroupsRequest. searchCriteria()The search criteria to be used to return UserHierarchyGroups.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UserHierarchyGroupSearchCriteria Modifier and Type Method Description List<UserHierarchyGroupSearchCriteria>UserHierarchyGroupSearchCriteria. andConditions()A list of conditions which would be applied together with an AND condition.List<UserHierarchyGroupSearchCriteria>UserHierarchyGroupSearchCriteria. 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 UserHierarchyGroupSearchCriteria Modifier and Type Method Description UserHierarchyGroupSearchCriteria.BuilderUserHierarchyGroupSearchCriteria.Builder. andConditions(UserHierarchyGroupSearchCriteria... andConditions)A list of conditions which would be applied together with an AND condition.UserHierarchyGroupSearchCriteria.BuilderUserHierarchyGroupSearchCriteria.Builder. orConditions(UserHierarchyGroupSearchCriteria... orConditions)A list of conditions which would be applied together with an OR condition.SearchUserHierarchyGroupsRequest.BuilderSearchUserHierarchyGroupsRequest.Builder. searchCriteria(UserHierarchyGroupSearchCriteria searchCriteria)The search criteria to be used to return UserHierarchyGroups.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type UserHierarchyGroupSearchCriteria Modifier and Type Method Description UserHierarchyGroupSearchCriteria.BuilderUserHierarchyGroupSearchCriteria.Builder. andConditions(Collection<UserHierarchyGroupSearchCriteria> andConditions)A list of conditions which would be applied together with an AND condition.UserHierarchyGroupSearchCriteria.BuilderUserHierarchyGroupSearchCriteria.Builder. orConditions(Collection<UserHierarchyGroupSearchCriteria> orConditions)A list of conditions which would be applied together with an OR condition.
-