| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
static LayoutSections.Builder |
LayoutSections.builder() |
LayoutSections.Builder |
LayoutSections.Builder.sections(Collection<Section> sections)
Sets the value of the Sections property for this object.
|
LayoutSections.Builder |
LayoutSections.Builder.sections(Consumer<Section.Builder>... sections)
Sets the value of the Sections property for this object.
|
LayoutSections.Builder |
LayoutSections.Builder.sections(Section... sections)
Sets the value of the Sections property for this object.
|
LayoutSections.Builder |
LayoutSections.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LayoutSections.Builder> |
LayoutSections.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BasicLayout.Builder |
BasicLayout.Builder.moreInfo(Consumer<LayoutSections.Builder> moreInfo)
This represents sections in a tab of the page layout.
|
default BasicLayout.Builder |
BasicLayout.Builder.topPanel(Consumer<LayoutSections.Builder> topPanel)
This represents sections in a panel of the page layout.
|
Copyright © 2023. All rights reserved.