| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
HeaderFooterSectionConfiguration |
HeaderFooterSectionConfiguration.clone() |
HeaderFooterSectionConfiguration |
HeaderFooterSectionConfiguration.withLayout(SectionLayoutConfiguration layout)
The layout configuration of the header or footer section.
|
HeaderFooterSectionConfiguration |
HeaderFooterSectionConfiguration.withSectionId(String sectionId)
The unique identifier of the header or footer section.
|
HeaderFooterSectionConfiguration |
HeaderFooterSectionConfiguration.withStyle(SectionStyle style)
The style options of a header or footer section.
|
| Modifier and Type | Method and Description |
|---|---|
List<HeaderFooterSectionConfiguration> |
SectionBasedLayoutConfiguration.getFooterSections()
A list of footer section configurations.
|
List<HeaderFooterSectionConfiguration> |
SectionBasedLayoutConfiguration.getHeaderSections()
A list of header section configurations.
|
| Modifier and Type | Method and Description |
|---|---|
SectionBasedLayoutConfiguration |
SectionBasedLayoutConfiguration.withFooterSections(HeaderFooterSectionConfiguration... footerSections)
A list of footer section configurations.
|
SectionBasedLayoutConfiguration |
SectionBasedLayoutConfiguration.withHeaderSections(HeaderFooterSectionConfiguration... headerSections)
A list of header section configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SectionBasedLayoutConfiguration.setFooterSections(Collection<HeaderFooterSectionConfiguration> footerSections)
A list of footer section configurations.
|
void |
SectionBasedLayoutConfiguration.setHeaderSections(Collection<HeaderFooterSectionConfiguration> headerSections)
A list of header section configurations.
|
SectionBasedLayoutConfiguration |
SectionBasedLayoutConfiguration.withFooterSections(Collection<HeaderFooterSectionConfiguration> footerSections)
A list of footer section configurations.
|
SectionBasedLayoutConfiguration |
SectionBasedLayoutConfiguration.withHeaderSections(Collection<HeaderFooterSectionConfiguration> headerSections)
A list of header section configurations.
|
Copyright © 2024. All rights reserved.