Uses of Class
software.amazon.awssdk.services.connect.model.HierarchyGroup
-
Packages that use HierarchyGroup Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of HierarchyGroup in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return HierarchyGroup Modifier and Type Method Description HierarchyGroupDescribeUserHierarchyGroupResponse. hierarchyGroup()Information about the hierarchy group.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type HierarchyGroup Modifier and Type Method Description List<HierarchyGroup>SearchUserHierarchyGroupsResponse. userHierarchyGroups()Information about the userHierarchyGroups.Methods in software.amazon.awssdk.services.connect.model with parameters of type HierarchyGroup Modifier and Type Method Description DescribeUserHierarchyGroupResponse.BuilderDescribeUserHierarchyGroupResponse.Builder. hierarchyGroup(HierarchyGroup hierarchyGroup)Information about the hierarchy group.SearchUserHierarchyGroupsResponse.BuilderSearchUserHierarchyGroupsResponse.Builder. userHierarchyGroups(HierarchyGroup... userHierarchyGroups)Information about the userHierarchyGroups.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type HierarchyGroup Modifier and Type Method Description SearchUserHierarchyGroupsResponse.BuilderSearchUserHierarchyGroupsResponse.Builder. userHierarchyGroups(Collection<HierarchyGroup> userHierarchyGroups)Information about the userHierarchyGroups. -
Uses of HierarchyGroup in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type HierarchyGroup Modifier and Type Method Description SdkIterable<HierarchyGroup>SearchUserHierarchyGroupsIterable. userHierarchyGroups()Returns an iterable to iterate through the paginatedSearchUserHierarchyGroupsResponse.userHierarchyGroups()member.SdkPublisher<HierarchyGroup>SearchUserHierarchyGroupsPublisher. userHierarchyGroups()Returns a publisher that can be used to get a stream of data.
-