| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
List<HeaderFooterSectionConfiguration> |
SectionBasedLayoutConfiguration.footerSections()
A list of footer section configurations.
|
List<HeaderFooterSectionConfiguration> |
SectionBasedLayoutConfiguration.headerSections()
A list of header section configurations.
|
| Modifier and Type | Method and Description |
|---|---|
SectionBasedLayoutConfiguration.Builder |
SectionBasedLayoutConfiguration.Builder.footerSections(HeaderFooterSectionConfiguration... footerSections)
A list of footer section configurations.
|
SectionBasedLayoutConfiguration.Builder |
SectionBasedLayoutConfiguration.Builder.headerSections(HeaderFooterSectionConfiguration... headerSections)
A list of header section configurations.
|
| Modifier and Type | Method and Description |
|---|---|
SectionBasedLayoutConfiguration.Builder |
SectionBasedLayoutConfiguration.Builder.footerSections(Collection<HeaderFooterSectionConfiguration> footerSections)
A list of footer section configurations.
|
SectionBasedLayoutConfiguration.Builder |
SectionBasedLayoutConfiguration.Builder.headerSections(Collection<HeaderFooterSectionConfiguration> headerSections)
A list of header section configurations.
|
Copyright © 2023. All rights reserved.