Uses of Class
software.amazon.awssdk.services.connect.model.HierarchyGroupCondition
-
Packages that use HierarchyGroupCondition Package Description software.amazon.awssdk.services.connect.model -
-
Uses of HierarchyGroupCondition in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return HierarchyGroupCondition Modifier and Type Method Description HierarchyGroupConditionAttributeAndCondition. hierarchyGroupCondition()Returns the value of the HierarchyGroupCondition property for this object.HierarchyGroupConditionControlPlaneUserAttributeFilter. hierarchyGroupCondition()Returns the value of the HierarchyGroupCondition property for this object.HierarchyGroupConditionUserSearchCriteria. hierarchyGroupCondition()A leaf node condition which can be used to specify a hierarchy group condition.Methods in software.amazon.awssdk.services.connect.model with parameters of type HierarchyGroupCondition Modifier and Type Method Description AttributeAndCondition.BuilderAttributeAndCondition.Builder. hierarchyGroupCondition(HierarchyGroupCondition hierarchyGroupCondition)Sets the value of the HierarchyGroupCondition property for this object.ControlPlaneUserAttributeFilter.BuilderControlPlaneUserAttributeFilter.Builder. hierarchyGroupCondition(HierarchyGroupCondition hierarchyGroupCondition)Sets the value of the HierarchyGroupCondition property for this object.UserSearchCriteria.BuilderUserSearchCriteria.Builder. hierarchyGroupCondition(HierarchyGroupCondition hierarchyGroupCondition)A leaf node condition which can be used to specify a hierarchy group condition.
-