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