Uses of Class
software.amazon.awssdk.services.connectcases.model.LayoutSections
-
Packages that use LayoutSections Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of LayoutSections in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return LayoutSections Modifier and Type Method Description LayoutSectionsBasicLayout. moreInfo()This represents sections in a tab of the page layout.LayoutSectionsBasicLayout. topPanel()This represents sections in a panel of the page layout.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type LayoutSections Modifier and Type Method Description BasicLayout.BuilderBasicLayout.Builder. moreInfo(LayoutSections moreInfo)This represents sections in a tab of the page layout.BasicLayout.BuilderBasicLayout.Builder. topPanel(LayoutSections topPanel)This represents sections in a panel of the page layout.
-