| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
HierarchyLevel |
HierarchyLevel.clone() |
HierarchyLevel |
HierarchyStructure.getLevelFive()
Information about level five.
|
HierarchyLevel |
HierarchyStructure.getLevelFour()
Information about level four.
|
HierarchyLevel |
HierarchyStructure.getLevelOne()
Information about level one.
|
HierarchyLevel |
HierarchyStructure.getLevelThree()
Information about level three.
|
HierarchyLevel |
HierarchyStructure.getLevelTwo()
Information about level two.
|
HierarchyLevel |
HierarchyLevel.withArn(String arn)
The Amazon Resource Name (ARN) of the hierarchy level.
|
HierarchyLevel |
HierarchyLevel.withId(String id)
The identifier of the hierarchy level.
|
HierarchyLevel |
HierarchyLevel.withName(String name)
The name of the hierarchy level.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HierarchyStructure.setLevelFive(HierarchyLevel levelFive)
Information about level five.
|
void |
HierarchyStructure.setLevelFour(HierarchyLevel levelFour)
Information about level four.
|
void |
HierarchyStructure.setLevelOne(HierarchyLevel levelOne)
Information about level one.
|
void |
HierarchyStructure.setLevelThree(HierarchyLevel levelThree)
Information about level three.
|
void |
HierarchyStructure.setLevelTwo(HierarchyLevel levelTwo)
Information about level two.
|
HierarchyStructure |
HierarchyStructure.withLevelFive(HierarchyLevel levelFive)
Information about level five.
|
HierarchyStructure |
HierarchyStructure.withLevelFour(HierarchyLevel levelFour)
Information about level four.
|
HierarchyStructure |
HierarchyStructure.withLevelOne(HierarchyLevel levelOne)
Information about level one.
|
HierarchyStructure |
HierarchyStructure.withLevelThree(HierarchyLevel levelThree)
Information about level three.
|
HierarchyStructure |
HierarchyStructure.withLevelTwo(HierarchyLevel levelTwo)
Information about level two.
|
Copyright © 2021. All rights reserved.