| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
HierarchyGroupSummary |
HierarchyGroupSummary.clone() |
HierarchyGroupSummary |
HierarchyPath.getLevelFive()
Information about level five.
|
HierarchyGroupSummary |
HierarchyPath.getLevelFour()
Information about level four.
|
HierarchyGroupSummary |
HierarchyPath.getLevelOne()
Information about level one.
|
HierarchyGroupSummary |
HierarchyPath.getLevelThree()
Information about level three.
|
HierarchyGroupSummary |
HierarchyPath.getLevelTwo()
Information about level two.
|
HierarchyGroupSummary |
HierarchyGroupSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the hierarchy group.
|
HierarchyGroupSummary |
HierarchyGroupSummary.withId(String id)
The identifier of the hierarchy group.
|
HierarchyGroupSummary |
HierarchyGroupSummary.withName(String name)
The name of the hierarchy group.
|
| Modifier and Type | Method and Description |
|---|---|
List<HierarchyGroupSummary> |
ListUserHierarchyGroupsResult.getUserHierarchyGroupSummaryList()
Information about the hierarchy groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HierarchyPath.setLevelFive(HierarchyGroupSummary levelFive)
Information about level five.
|
void |
HierarchyPath.setLevelFour(HierarchyGroupSummary levelFour)
Information about level four.
|
void |
HierarchyPath.setLevelOne(HierarchyGroupSummary levelOne)
Information about level one.
|
void |
HierarchyPath.setLevelThree(HierarchyGroupSummary levelThree)
Information about level three.
|
void |
HierarchyPath.setLevelTwo(HierarchyGroupSummary levelTwo)
Information about level two.
|
HierarchyPath |
HierarchyPath.withLevelFive(HierarchyGroupSummary levelFive)
Information about level five.
|
HierarchyPath |
HierarchyPath.withLevelFour(HierarchyGroupSummary levelFour)
Information about level four.
|
HierarchyPath |
HierarchyPath.withLevelOne(HierarchyGroupSummary levelOne)
Information about level one.
|
HierarchyPath |
HierarchyPath.withLevelThree(HierarchyGroupSummary levelThree)
Information about level three.
|
HierarchyPath |
HierarchyPath.withLevelTwo(HierarchyGroupSummary levelTwo)
Information about level two.
|
ListUserHierarchyGroupsResult |
ListUserHierarchyGroupsResult.withUserHierarchyGroupSummaryList(HierarchyGroupSummary... userHierarchyGroupSummaryList)
Information about the hierarchy groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUserHierarchyGroupsResult.setUserHierarchyGroupSummaryList(Collection<HierarchyGroupSummary> userHierarchyGroupSummaryList)
Information about the hierarchy groups.
|
ListUserHierarchyGroupsResult |
ListUserHierarchyGroupsResult.withUserHierarchyGroupSummaryList(Collection<HierarchyGroupSummary> userHierarchyGroupSummaryList)
Information about the hierarchy groups.
|
Copyright © 2023. All rights reserved.