| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
FilterListConfiguration |
FilterListConfiguration.clone() |
FilterListConfiguration |
CategoryFilterConfiguration.getFilterListConfiguration()
A list of filter configurations.
|
FilterListConfiguration |
FilterListConfiguration.withCategoryValues(Collection<String> categoryValues)
The list of category values for the filter.
|
FilterListConfiguration |
FilterListConfiguration.withCategoryValues(String... categoryValues)
The list of category values for the filter.
|
FilterListConfiguration |
FilterListConfiguration.withMatchOperator(CategoryFilterMatchOperator matchOperator)
The match operator that is used to determine if a filter should be applied.
|
FilterListConfiguration |
FilterListConfiguration.withMatchOperator(String matchOperator)
The match operator that is used to determine if a filter should be applied.
|
FilterListConfiguration |
FilterListConfiguration.withNullOption(FilterNullOption nullOption)
This option determines how null values should be treated when filtering data.
|
FilterListConfiguration |
FilterListConfiguration.withNullOption(String nullOption)
This option determines how null values should be treated when filtering data.
|
FilterListConfiguration |
FilterListConfiguration.withSelectAllOptions(CategoryFilterSelectAllOptions selectAllOptions)
Select all of the values.
|
FilterListConfiguration |
FilterListConfiguration.withSelectAllOptions(String selectAllOptions)
Select all of the values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryFilterConfiguration.setFilterListConfiguration(FilterListConfiguration filterListConfiguration)
A list of filter configurations.
|
CategoryFilterConfiguration |
CategoryFilterConfiguration.withFilterListConfiguration(FilterListConfiguration filterListConfiguration)
A list of filter configurations.
|
Copyright © 2023. All rights reserved.