Uses of Interface
software.amazon.awssdk.services.quicksight.model.SectionLayoutConfiguration.Builder
-
Packages that use SectionLayoutConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SectionLayoutConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SectionLayoutConfiguration.Builder Modifier and Type Method Description static SectionLayoutConfiguration.BuilderSectionLayoutConfiguration. builder()default SectionLayoutConfiguration.BuilderSectionLayoutConfiguration.Builder. freeFormLayout(Consumer<FreeFormSectionLayoutConfiguration.Builder> freeFormLayout)The free-form layout configuration of a section.SectionLayoutConfiguration.BuilderSectionLayoutConfiguration.Builder. freeFormLayout(FreeFormSectionLayoutConfiguration freeFormLayout)The free-form layout configuration of a section.SectionLayoutConfiguration.BuilderSectionLayoutConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SectionLayoutConfiguration.Builder Modifier and Type Method Description static Class<? extends SectionLayoutConfiguration.Builder>SectionLayoutConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SectionLayoutConfiguration.Builder Modifier and Type Method Description default BodySectionContent.BuilderBodySectionContent.Builder. layout(Consumer<SectionLayoutConfiguration.Builder> layout)The layout configuration of a body section.default HeaderFooterSectionConfiguration.BuilderHeaderFooterSectionConfiguration.Builder. layout(Consumer<SectionLayoutConfiguration.Builder> layout)The layout configuration of the header or footer section.
-