Uses of Interface
software.amazon.awssdk.services.connectcases.model.LayoutSections.Builder
-
Packages that use LayoutSections.Builder Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of LayoutSections.Builder in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return LayoutSections.Builder Modifier and Type Method Description static LayoutSections.BuilderLayoutSections. builder()LayoutSections.BuilderLayoutSections.Builder. sections(Collection<Section> sections)Sets the value of the Sections property for this object.LayoutSections.BuilderLayoutSections.Builder. sections(Consumer<Section.Builder>... sections)Sets the value of the Sections property for this object.LayoutSections.BuilderLayoutSections.Builder. sections(Section... sections)Sets the value of the Sections property for this object.LayoutSections.BuilderLayoutSections. toBuilder()Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type LayoutSections.Builder Modifier and Type Method Description static Class<? extends LayoutSections.Builder>LayoutSections. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type LayoutSections.Builder Modifier and Type Method Description default BasicLayout.BuilderBasicLayout.Builder. moreInfo(Consumer<LayoutSections.Builder> moreInfo)This represents sections in a tab of the page layout.default BasicLayout.BuilderBasicLayout.Builder. topPanel(Consumer<LayoutSections.Builder> topPanel)This represents sections in a panel of the page layout.
-