Uses of Class
software.amazon.awssdk.services.quicksight.model.SectionLayoutConfiguration
-
Packages that use SectionLayoutConfiguration Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SectionLayoutConfiguration in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SectionLayoutConfiguration Modifier and Type Method Description SectionLayoutConfigurationBodySectionContent. layout()The layout configuration of a body section.SectionLayoutConfigurationHeaderFooterSectionConfiguration. layout()The layout configuration of the header or footer section.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SectionLayoutConfiguration Modifier and Type Method Description BodySectionContent.BuilderBodySectionContent.Builder. layout(SectionLayoutConfiguration layout)The layout configuration of a body section.HeaderFooterSectionConfiguration.BuilderHeaderFooterSectionConfiguration.Builder. layout(SectionLayoutConfiguration layout)The layout configuration of the header or footer section.
-