| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model | |
| software.amazon.awssdk.services.connect.paginators |
| Modifier and Type | Method and Description |
|---|---|
HierarchyGroupSummary |
HierarchyPath.levelFive()
Information about level five.
|
HierarchyGroupSummary |
HierarchyPath.levelFour()
Information about level four.
|
HierarchyGroupSummary |
HierarchyPath.levelOne()
Information about level one.
|
HierarchyGroupSummary |
HierarchyPath.levelThree()
Information about level three.
|
HierarchyGroupSummary |
HierarchyPath.levelTwo()
Information about level two.
|
| Modifier and Type | Method and Description |
|---|---|
List<HierarchyGroupSummary> |
ListUserHierarchyGroupsResponse.userHierarchyGroupSummaryList()
Information about the hierarchy groups.
|
| Modifier and Type | Method and Description |
|---|---|
HierarchyPath.Builder |
HierarchyPath.Builder.levelFive(HierarchyGroupSummary levelFive)
Information about level five.
|
HierarchyPath.Builder |
HierarchyPath.Builder.levelFour(HierarchyGroupSummary levelFour)
Information about level four.
|
HierarchyPath.Builder |
HierarchyPath.Builder.levelOne(HierarchyGroupSummary levelOne)
Information about level one.
|
HierarchyPath.Builder |
HierarchyPath.Builder.levelThree(HierarchyGroupSummary levelThree)
Information about level three.
|
HierarchyPath.Builder |
HierarchyPath.Builder.levelTwo(HierarchyGroupSummary levelTwo)
Information about level two.
|
ListUserHierarchyGroupsResponse.Builder |
ListUserHierarchyGroupsResponse.Builder.userHierarchyGroupSummaryList(HierarchyGroupSummary... userHierarchyGroupSummaryList)
Information about the hierarchy groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListUserHierarchyGroupsResponse.Builder |
ListUserHierarchyGroupsResponse.Builder.userHierarchyGroupSummaryList(Collection<HierarchyGroupSummary> userHierarchyGroupSummaryList)
Information about the hierarchy groups.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<HierarchyGroupSummary> |
ListUserHierarchyGroupsPublisher.userHierarchyGroupSummaryList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<HierarchyGroupSummary> |
ListUserHierarchyGroupsIterable.userHierarchyGroupSummaryList()
Returns an iterable to iterate through the paginated
ListUserHierarchyGroupsResponse.userHierarchyGroupSummaryList() member. |
Copyright © 2023. All rights reserved.