| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
FilterDropDownControl |
FilterDropDownControl.clone() |
FilterDropDownControl |
FilterControl.getDropdown()
A control to display a dropdown list with buttons that are used to select a single value.
|
FilterDropDownControl |
FilterDropDownControl.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.
|
FilterDropDownControl |
FilterDropDownControl.withDisplayOptions(DropDownControlDisplayOptions displayOptions)
The display options of the
FilterDropDownControl. |
FilterDropDownControl |
FilterDropDownControl.withFilterControlId(String filterControlId)
The ID of the
FilterDropDownControl. |
FilterDropDownControl |
FilterDropDownControl.withSelectableValues(FilterSelectableValues selectableValues)
A list of selectable values that are used in a control.
|
FilterDropDownControl |
FilterDropDownControl.withSourceFilterId(String sourceFilterId)
The source filter ID of the
FilterDropDownControl. |
FilterDropDownControl |
FilterDropDownControl.withTitle(String title)
The title of the
FilterDropDownControl. |
FilterDropDownControl |
FilterDropDownControl.withType(SheetControlListType type)
The type of the
FilterDropDownControl. |
FilterDropDownControl |
FilterDropDownControl.withType(String type)
The type of the
FilterDropDownControl. |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterControl.setDropdown(FilterDropDownControl dropdown)
A control to display a dropdown list with buttons that are used to select a single value.
|
FilterControl |
FilterControl.withDropdown(FilterDropDownControl dropdown)
A control to display a dropdown list with buttons that are used to select a single value.
|
Copyright © 2023. All rights reserved.