| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
HierarchyLevelUpdate |
HierarchyLevelUpdate.clone() |
HierarchyLevelUpdate |
HierarchyStructureUpdate.getLevelFive()
The update for level five.
|
HierarchyLevelUpdate |
HierarchyStructureUpdate.getLevelFour()
The update for level four.
|
HierarchyLevelUpdate |
HierarchyStructureUpdate.getLevelOne()
The update for level one.
|
HierarchyLevelUpdate |
HierarchyStructureUpdate.getLevelThree()
The update for level three.
|
HierarchyLevelUpdate |
HierarchyStructureUpdate.getLevelTwo()
The update for level two.
|
HierarchyLevelUpdate |
HierarchyLevelUpdate.withName(String name)
The name of the user hierarchy level.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HierarchyStructureUpdate.setLevelFive(HierarchyLevelUpdate levelFive)
The update for level five.
|
void |
HierarchyStructureUpdate.setLevelFour(HierarchyLevelUpdate levelFour)
The update for level four.
|
void |
HierarchyStructureUpdate.setLevelOne(HierarchyLevelUpdate levelOne)
The update for level one.
|
void |
HierarchyStructureUpdate.setLevelThree(HierarchyLevelUpdate levelThree)
The update for level three.
|
void |
HierarchyStructureUpdate.setLevelTwo(HierarchyLevelUpdate levelTwo)
The update for level two.
|
HierarchyStructureUpdate |
HierarchyStructureUpdate.withLevelFive(HierarchyLevelUpdate levelFive)
The update for level five.
|
HierarchyStructureUpdate |
HierarchyStructureUpdate.withLevelFour(HierarchyLevelUpdate levelFour)
The update for level four.
|
HierarchyStructureUpdate |
HierarchyStructureUpdate.withLevelOne(HierarchyLevelUpdate levelOne)
The update for level one.
|
HierarchyStructureUpdate |
HierarchyStructureUpdate.withLevelThree(HierarchyLevelUpdate levelThree)
The update for level three.
|
HierarchyStructureUpdate |
HierarchyStructureUpdate.withLevelTwo(HierarchyLevelUpdate levelTwo)
The update for level two.
|
Copyright © 2020. All rights reserved.