Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
SectionBasedLayoutConfiguration |
SectionBasedLayoutConfiguration.clone() |
SectionBasedLayoutConfiguration |
LayoutConfiguration.getSectionBasedLayout()
A section based layout organizes visuals into multiple sections and has customized header, footer and page break.
|
SectionBasedLayoutConfiguration |
SectionBasedLayoutConfiguration.withBodySections(BodySectionConfiguration... bodySections)
A list of body section configurations.
|
SectionBasedLayoutConfiguration |
SectionBasedLayoutConfiguration.withBodySections(Collection<BodySectionConfiguration> bodySections)
A list of body section configurations.
|
SectionBasedLayoutConfiguration |
SectionBasedLayoutConfiguration.withCanvasSizeOptions(SectionBasedLayoutCanvasSizeOptions canvasSizeOptions)
The options for the canvas of a section-based layout.
|
SectionBasedLayoutConfiguration |
SectionBasedLayoutConfiguration.withFooterSections(Collection<HeaderFooterSectionConfiguration> footerSections)
A list of footer section configurations.
|
SectionBasedLayoutConfiguration |
SectionBasedLayoutConfiguration.withFooterSections(HeaderFooterSectionConfiguration... footerSections)
A list of footer section configurations.
|
SectionBasedLayoutConfiguration |
SectionBasedLayoutConfiguration.withHeaderSections(Collection<HeaderFooterSectionConfiguration> headerSections)
A list of header section configurations.
|
SectionBasedLayoutConfiguration |
SectionBasedLayoutConfiguration.withHeaderSections(HeaderFooterSectionConfiguration... headerSections)
A list of header section configurations.
|
Modifier and Type | Method and Description |
---|---|
void |
LayoutConfiguration.setSectionBasedLayout(SectionBasedLayoutConfiguration sectionBasedLayout)
A section based layout organizes visuals into multiple sections and has customized header, footer and page break.
|
LayoutConfiguration |
LayoutConfiguration.withSectionBasedLayout(SectionBasedLayoutConfiguration sectionBasedLayout)
A section based layout organizes visuals into multiple sections and has customized header, footer and page break.
|
Copyright © 2024. All rights reserved.