| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
SheetElementRenderingRule |
SheetElementRenderingRule.clone() |
SheetElementRenderingRule |
SheetElementRenderingRule.withConfigurationOverrides(SheetElementConfigurationOverrides configurationOverrides)
The override configuration of the rendering rules of a sheet.
|
SheetElementRenderingRule |
SheetElementRenderingRule.withExpression(String expression)
The expression of the rendering rules of a sheet.
|
| Modifier and Type | Method and Description |
|---|---|
List<SheetElementRenderingRule> |
FreeFormLayoutElement.getRenderingRules()
The rendering rules that determine when an element should be displayed within a free-form layout.
|
| Modifier and Type | Method and Description |
|---|---|
FreeFormLayoutElement |
FreeFormLayoutElement.withRenderingRules(SheetElementRenderingRule... renderingRules)
The rendering rules that determine when an element should be displayed within a free-form layout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FreeFormLayoutElement.setRenderingRules(Collection<SheetElementRenderingRule> renderingRules)
The rendering rules that determine when an element should be displayed within a free-form layout.
|
FreeFormLayoutElement |
FreeFormLayoutElement.withRenderingRules(Collection<SheetElementRenderingRule> renderingRules)
The rendering rules that determine when an element should be displayed within a free-form layout.
|
Copyright © 2023. All rights reserved.