| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
BodySectionRepeatDimensionConfiguration |
BodySectionRepeatDimensionConfiguration.clone() |
BodySectionRepeatDimensionConfiguration |
BodySectionRepeatDimensionConfiguration.withDynamicCategoryDimensionConfiguration(BodySectionDynamicCategoryDimensionConfiguration dynamicCategoryDimensionConfiguration)
Describes the Category dataset column and constraints around the dynamic values that will be used in
repeating the section contents.
|
BodySectionRepeatDimensionConfiguration |
BodySectionRepeatDimensionConfiguration.withDynamicNumericDimensionConfiguration(BodySectionDynamicNumericDimensionConfiguration dynamicNumericDimensionConfiguration)
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents
of a section.
|
| Modifier and Type | Method and Description |
|---|---|
List<BodySectionRepeatDimensionConfiguration> |
BodySectionRepeatConfiguration.getDimensionConfigurations()
List of
BodySectionRepeatDimensionConfiguration values that describe the dataset column and
constraints for the column used to repeat the contents of a section. |
| Modifier and Type | Method and Description |
|---|---|
BodySectionRepeatConfiguration |
BodySectionRepeatConfiguration.withDimensionConfigurations(BodySectionRepeatDimensionConfiguration... dimensionConfigurations)
List of
BodySectionRepeatDimensionConfiguration values that describe the dataset column and
constraints for the column used to repeat the contents of a section. |
| Modifier and Type | Method and Description |
|---|---|
void |
BodySectionRepeatConfiguration.setDimensionConfigurations(Collection<BodySectionRepeatDimensionConfiguration> dimensionConfigurations)
List of
BodySectionRepeatDimensionConfiguration values that describe the dataset column and
constraints for the column used to repeat the contents of a section. |
BodySectionRepeatConfiguration |
BodySectionRepeatConfiguration.withDimensionConfigurations(Collection<BodySectionRepeatDimensionConfiguration> dimensionConfigurations)
List of
BodySectionRepeatDimensionConfiguration values that describe the dataset column and
constraints for the column used to repeat the contents of a section. |
Copyright © 2024. All rights reserved.