Uses of Class
software.amazon.awssdk.services.connect.model.AgentHierarchyGroup
-
Packages that use AgentHierarchyGroup Package Description software.amazon.awssdk.services.connect.model -
-
Uses of AgentHierarchyGroup in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return AgentHierarchyGroup Modifier and Type Method Description AgentHierarchyGroupHierarchyGroups. level1()The group at level one of the agent hierarchy.AgentHierarchyGroupHierarchyGroups. level2()The group at level two of the agent hierarchy.AgentHierarchyGroupHierarchyGroups. level3()The group at level three of the agent hierarchy.AgentHierarchyGroupHierarchyGroups. level4()The group at level four of the agent hierarchy.AgentHierarchyGroupHierarchyGroups. level5()The group at level five of the agent hierarchy.Methods in software.amazon.awssdk.services.connect.model with parameters of type AgentHierarchyGroup Modifier and Type Method Description HierarchyGroups.BuilderHierarchyGroups.Builder. level1(AgentHierarchyGroup level1)The group at level one of the agent hierarchy.HierarchyGroups.BuilderHierarchyGroups.Builder. level2(AgentHierarchyGroup level2)The group at level two of the agent hierarchy.HierarchyGroups.BuilderHierarchyGroups.Builder. level3(AgentHierarchyGroup level3)The group at level three of the agent hierarchy.HierarchyGroups.BuilderHierarchyGroups.Builder. level4(AgentHierarchyGroup level4)The group at level four of the agent hierarchy.HierarchyGroups.BuilderHierarchyGroups.Builder. level5(AgentHierarchyGroup level5)The group at level five of the agent hierarchy.
-