Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
BodySectionConfiguration |
BodySectionConfiguration.clone() |
BodySectionConfiguration |
BodySectionConfiguration.withContent(BodySectionContent content)
The configuration of content in a body section.
|
BodySectionConfiguration |
BodySectionConfiguration.withPageBreakConfiguration(SectionPageBreakConfiguration pageBreakConfiguration)
The configuration of a page break for a section.
|
BodySectionConfiguration |
BodySectionConfiguration.withSectionId(String sectionId)
The unique identifier of a body section.
|
BodySectionConfiguration |
BodySectionConfiguration.withStyle(SectionStyle style)
The style options of a body section.
|
Modifier and Type | Method and Description |
---|---|
List<BodySectionConfiguration> |
SectionBasedLayoutConfiguration.getBodySections()
A list of body section configurations.
|
Modifier and Type | Method and Description |
---|---|
SectionBasedLayoutConfiguration |
SectionBasedLayoutConfiguration.withBodySections(BodySectionConfiguration... bodySections)
A list of body section configurations.
|
Modifier and Type | Method and Description |
---|---|
void |
SectionBasedLayoutConfiguration.setBodySections(Collection<BodySectionConfiguration> bodySections)
A list of body section configurations.
|
SectionBasedLayoutConfiguration |
SectionBasedLayoutConfiguration.withBodySections(Collection<BodySectionConfiguration> bodySections)
A list of body section configurations.
|
Copyright © 2023. All rights reserved.