| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
CategoryDrillDownFilter |
CategoryDrillDownFilter.clone() |
CategoryDrillDownFilter |
DrillDownFilter.getCategoryFilter()
The category type drill down filter.
|
CategoryDrillDownFilter |
CategoryDrillDownFilter.withCategoryValues(Collection<String> categoryValues)
A list of the string inputs that are the values of the category drill down filter.
|
CategoryDrillDownFilter |
CategoryDrillDownFilter.withCategoryValues(String... categoryValues)
A list of the string inputs that are the values of the category drill down filter.
|
CategoryDrillDownFilter |
CategoryDrillDownFilter.withColumn(ColumnIdentifier column)
The column that the filter is applied to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DrillDownFilter.setCategoryFilter(CategoryDrillDownFilter categoryFilter)
The category type drill down filter.
|
DrillDownFilter |
DrillDownFilter.withCategoryFilter(CategoryDrillDownFilter categoryFilter)
The category type drill down filter.
|
Copyright © 2023. All rights reserved.