Uses of Class
software.amazon.awssdk.services.quicksight.model.HeaderFooterSectionConfiguration
-
Packages that use HeaderFooterSectionConfiguration Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of HeaderFooterSectionConfiguration in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type HeaderFooterSectionConfiguration Modifier and Type Method Description List<HeaderFooterSectionConfiguration>SectionBasedLayoutConfiguration. footerSections()A list of footer section configurations.List<HeaderFooterSectionConfiguration>SectionBasedLayoutConfiguration. headerSections()A list of header section configurations.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type HeaderFooterSectionConfiguration Modifier and Type Method Description SectionBasedLayoutConfiguration.BuilderSectionBasedLayoutConfiguration.Builder. footerSections(HeaderFooterSectionConfiguration... footerSections)A list of footer section configurations.SectionBasedLayoutConfiguration.BuilderSectionBasedLayoutConfiguration.Builder. headerSections(HeaderFooterSectionConfiguration... headerSections)A list of header section configurations.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type HeaderFooterSectionConfiguration Modifier and Type Method Description SectionBasedLayoutConfiguration.BuilderSectionBasedLayoutConfiguration.Builder. footerSections(Collection<HeaderFooterSectionConfiguration> footerSections)A list of footer section configurations.SectionBasedLayoutConfiguration.BuilderSectionBasedLayoutConfiguration.Builder. headerSections(Collection<HeaderFooterSectionConfiguration> headerSections)A list of header section configurations.
-