| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
BodySectionRepeatConfiguration |
BodySectionRepeatConfiguration.clone() |
BodySectionRepeatConfiguration |
BodySectionConfiguration.getRepeatConfiguration()
Describes the configurations that are required to declare a section as repeating.
|
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. |
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. |
BodySectionRepeatConfiguration |
BodySectionRepeatConfiguration.withNonRepeatingVisuals(Collection<String> nonRepeatingVisuals)
List of visuals to exclude from repetition in repeating sections.
|
BodySectionRepeatConfiguration |
BodySectionRepeatConfiguration.withNonRepeatingVisuals(String... nonRepeatingVisuals)
List of visuals to exclude from repetition in repeating sections.
|
BodySectionRepeatConfiguration |
BodySectionRepeatConfiguration.withPageBreakConfiguration(BodySectionRepeatPageBreakConfiguration pageBreakConfiguration)
Page break configuration to apply for each repeating instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BodySectionConfiguration.setRepeatConfiguration(BodySectionRepeatConfiguration repeatConfiguration)
Describes the configurations that are required to declare a section as repeating.
|
BodySectionConfiguration |
BodySectionConfiguration.withRepeatConfiguration(BodySectionRepeatConfiguration repeatConfiguration)
Describes the configurations that are required to declare a section as repeating.
|
Copyright © 2024. All rights reserved.