| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
FilterControl |
FilterControl.clone() |
FilterControl |
FilterControl.withCrossSheet(FilterCrossSheetControl crossSheet)
A control from a filter that is scoped across more than one sheet.
|
FilterControl |
FilterControl.withDateTimePicker(FilterDateTimePickerControl dateTimePicker)
A control from a date filter that is used to specify date and time.
|
FilterControl |
FilterControl.withDropdown(FilterDropDownControl dropdown)
A control to display a dropdown list with buttons that are used to select a single value.
|
FilterControl |
FilterControl.withList(FilterListControl list)
A control to display a list of buttons or boxes.
|
FilterControl |
FilterControl.withRelativeDateTime(FilterRelativeDateTimeControl relativeDateTime)
A control from a date filter that is used to specify the relative date.
|
FilterControl |
FilterControl.withSlider(FilterSliderControl slider)
A control to display a horizontal toggle bar.
|
FilterControl |
FilterControl.withTextArea(FilterTextAreaControl textArea)
A control to display a text box that is used to enter multiple entries.
|
FilterControl |
FilterControl.withTextField(FilterTextFieldControl textField)
A control to display a text box that is used to enter a single entry.
|
| Modifier and Type | Method and Description |
|---|---|
List<FilterControl> |
SheetDefinition.getFilterControls()
The list of filter controls that are on a sheet.
|
| Modifier and Type | Method and Description |
|---|---|
SheetDefinition |
SheetDefinition.withFilterControls(FilterControl... filterControls)
The list of filter controls that are on a sheet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SheetDefinition.setFilterControls(Collection<FilterControl> filterControls)
The list of filter controls that are on a sheet.
|
SheetDefinition |
SheetDefinition.withFilterControls(Collection<FilterControl> filterControls)
The list of filter controls that are on a sheet.
|
Copyright © 2024. All rights reserved.