| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
static BasicLayout.Builder |
BasicLayout.builder() |
default BasicLayout.Builder |
BasicLayout.Builder.moreInfo(Consumer<LayoutSections.Builder> moreInfo)
This represents sections in a tab of the page layout.
|
BasicLayout.Builder |
BasicLayout.Builder.moreInfo(LayoutSections moreInfo)
This represents sections in a tab of the page layout.
|
BasicLayout.Builder |
BasicLayout.toBuilder() |
default BasicLayout.Builder |
BasicLayout.Builder.topPanel(Consumer<LayoutSections.Builder> topPanel)
This represents sections in a panel of the page layout.
|
BasicLayout.Builder |
BasicLayout.Builder.topPanel(LayoutSections topPanel)
This represents sections in a panel of the page layout.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BasicLayout.Builder> |
BasicLayout.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LayoutContent.Builder |
LayoutContent.Builder.basic(Consumer<BasicLayout.Builder> basic)
Content specific to
BasicLayout type. |
static LayoutContent |
LayoutContent.fromBasic(Consumer<BasicLayout.Builder> basic)
Create an instance of this class with
LayoutContent.basic() initialized to the given value. |
Copyright © 2023. All rights reserved.