Uses of Interface
software.amazon.awssdk.services.connectcases.model.BasicLayout.Builder
-
Packages that use BasicLayout.Builder Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of BasicLayout.Builder in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return BasicLayout.Builder Modifier and Type Method Description static BasicLayout.BuilderBasicLayout. builder()default BasicLayout.BuilderBasicLayout.Builder. moreInfo(Consumer<LayoutSections.Builder> moreInfo)This represents sections in a tab of the page layout.BasicLayout.BuilderBasicLayout.Builder. moreInfo(LayoutSections moreInfo)This represents sections in a tab of the page layout.BasicLayout.BuilderBasicLayout. toBuilder()default BasicLayout.BuilderBasicLayout.Builder. topPanel(Consumer<LayoutSections.Builder> topPanel)This represents sections in a panel of the page layout.BasicLayout.BuilderBasicLayout.Builder. topPanel(LayoutSections topPanel)This represents sections in a panel of the page layout.Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type BasicLayout.Builder Modifier and Type Method Description static Class<? extends BasicLayout.Builder>BasicLayout. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type BasicLayout.Builder Modifier and Type Method Description default LayoutContent.BuilderLayoutContent.Builder. basic(Consumer<BasicLayout.Builder> basic)Content specific toBasicLayouttype.static LayoutContentLayoutContent. fromBasic(Consumer<BasicLayout.Builder> basic)Create an instance of this class withLayoutContent.basic()initialized to the given value.
-