| Package | Description |
|---|---|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
LayoutSections |
LayoutSections.clone() |
LayoutSections |
BasicLayout.getMoreInfo()
This represents sections in a tab of the page layout.
|
LayoutSections |
BasicLayout.getTopPanel()
This represents sections in a panel of the page layout.
|
LayoutSections |
LayoutSections.withSections(Collection<Section> sections) |
LayoutSections |
LayoutSections.withSections(Section... sections)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicLayout.setMoreInfo(LayoutSections moreInfo)
This represents sections in a tab of the page layout.
|
void |
BasicLayout.setTopPanel(LayoutSections topPanel)
This represents sections in a panel of the page layout.
|
BasicLayout |
BasicLayout.withMoreInfo(LayoutSections moreInfo)
This represents sections in a tab of the page layout.
|
BasicLayout |
BasicLayout.withTopPanel(LayoutSections topPanel)
This represents sections in a panel of the page layout.
|
Copyright © 2025. All rights reserved.