Uses of Class
software.amazon.awssdk.services.connect.model.HierarchyGroupSummary
-
Packages that use HierarchyGroupSummary Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of HierarchyGroupSummary in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return HierarchyGroupSummary Modifier and Type Method Description HierarchyGroupSummaryHierarchyPath. levelFive()Information about level five.HierarchyGroupSummaryHierarchyPath. levelFour()Information about level four.HierarchyGroupSummaryHierarchyPath. levelOne()Information about level one.HierarchyGroupSummaryHierarchyPath. levelThree()Information about level three.HierarchyGroupSummaryHierarchyPath. levelTwo()Information about level two.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type HierarchyGroupSummary Modifier and Type Method Description List<HierarchyGroupSummary>ListUserHierarchyGroupsResponse. userHierarchyGroupSummaryList()Information about the hierarchy groups.Methods in software.amazon.awssdk.services.connect.model with parameters of type HierarchyGroupSummary Modifier and Type Method Description HierarchyPath.BuilderHierarchyPath.Builder. levelFive(HierarchyGroupSummary levelFive)Information about level five.HierarchyPath.BuilderHierarchyPath.Builder. levelFour(HierarchyGroupSummary levelFour)Information about level four.HierarchyPath.BuilderHierarchyPath.Builder. levelOne(HierarchyGroupSummary levelOne)Information about level one.HierarchyPath.BuilderHierarchyPath.Builder. levelThree(HierarchyGroupSummary levelThree)Information about level three.HierarchyPath.BuilderHierarchyPath.Builder. levelTwo(HierarchyGroupSummary levelTwo)Information about level two.ListUserHierarchyGroupsResponse.BuilderListUserHierarchyGroupsResponse.Builder. userHierarchyGroupSummaryList(HierarchyGroupSummary... userHierarchyGroupSummaryList)Information about the hierarchy groups.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type HierarchyGroupSummary Modifier and Type Method Description ListUserHierarchyGroupsResponse.BuilderListUserHierarchyGroupsResponse.Builder. userHierarchyGroupSummaryList(Collection<HierarchyGroupSummary> userHierarchyGroupSummaryList)Information about the hierarchy groups. -
Uses of HierarchyGroupSummary in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type HierarchyGroupSummary Modifier and Type Method Description SdkIterable<HierarchyGroupSummary>ListUserHierarchyGroupsIterable. userHierarchyGroupSummaryList()Returns an iterable to iterate through the paginatedListUserHierarchyGroupsResponse.userHierarchyGroupSummaryList()member.SdkPublisher<HierarchyGroupSummary>ListUserHierarchyGroupsPublisher. userHierarchyGroupSummaryList()Returns a publisher that can be used to get a stream of data.
-