Uses of Class
software.amazon.awssdk.services.quicksight.model.BodySectionRepeatDimensionConfiguration
-
Packages that use BodySectionRepeatDimensionConfiguration Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of BodySectionRepeatDimensionConfiguration in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type BodySectionRepeatDimensionConfiguration Modifier and Type Method Description List<BodySectionRepeatDimensionConfiguration>BodySectionRepeatConfiguration. dimensionConfigurations()List ofBodySectionRepeatDimensionConfigurationvalues that describe the dataset column and constraints for the column used to repeat the contents of a section.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type BodySectionRepeatDimensionConfiguration Modifier and Type Method Description BodySectionRepeatConfiguration.BuilderBodySectionRepeatConfiguration.Builder. dimensionConfigurations(BodySectionRepeatDimensionConfiguration... dimensionConfigurations)List ofBodySectionRepeatDimensionConfigurationvalues that describe the dataset column and constraints for the column used to repeat the contents of a section.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type BodySectionRepeatDimensionConfiguration Modifier and Type Method Description BodySectionRepeatConfiguration.BuilderBodySectionRepeatConfiguration.Builder. dimensionConfigurations(Collection<BodySectionRepeatDimensionConfiguration> dimensionConfigurations)List ofBodySectionRepeatDimensionConfigurationvalues that describe the dataset column and constraints for the column used to repeat the contents of a section.
-