| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
FilterListControl |
FilterListControl.clone() |
FilterListControl |
FilterControl.getList()
A control to display a list of buttons or boxes.
|
FilterListControl |
FilterListControl.withCascadingControlConfiguration(CascadingControlConfiguration cascadingControlConfiguration)
The values that are displayed in a control can be configured to only show values that are valid based on what's
selected in other controls.
|
FilterListControl |
FilterListControl.withDisplayOptions(ListControlDisplayOptions displayOptions)
The display options of a control.
|
FilterListControl |
FilterListControl.withFilterControlId(String filterControlId)
The ID of the
FilterListControl. |
FilterListControl |
FilterListControl.withSelectableValues(FilterSelectableValues selectableValues)
A list of selectable values that are used in a control.
|
FilterListControl |
FilterListControl.withSourceFilterId(String sourceFilterId)
The source filter ID of the
FilterListControl. |
FilterListControl |
FilterListControl.withTitle(String title)
The title of the
FilterListControl. |
FilterListControl |
FilterListControl.withType(SheetControlListType type)
The type of the
FilterListControl. |
FilterListControl |
FilterListControl.withType(String type)
The type of the
FilterListControl. |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterControl.setList(FilterListControl list)
A control to display a list of buttons or boxes.
|
FilterControl |
FilterControl.withList(FilterListControl list)
A control to display a list of buttons or boxes.
|
Copyright © 2024. All rights reserved.