| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DrillDownFilter |
DrillDownFilter.clone() |
DrillDownFilter |
DrillDownFilter.withCategoryFilter(CategoryDrillDownFilter categoryFilter)
The category type drill down filter.
|
DrillDownFilter |
DrillDownFilter.withNumericEqualityFilter(NumericEqualityDrillDownFilter numericEqualityFilter)
The numeric equality type drill down filter.
|
DrillDownFilter |
DrillDownFilter.withTimeRangeFilter(TimeRangeDrillDownFilter timeRangeFilter)
The time range drill down filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<DrillDownFilter> |
PredefinedHierarchy.getDrillDownFilters()
The option that determines the drill down filters for the predefined hierarchy.
|
List<DrillDownFilter> |
DateTimeHierarchy.getDrillDownFilters()
The option that determines the drill down filters for the
DateTime hierarchy. |
List<DrillDownFilter> |
ExplicitHierarchy.getDrillDownFilters()
The option that determines the drill down filters for the explicit hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
PredefinedHierarchy |
PredefinedHierarchy.withDrillDownFilters(DrillDownFilter... drillDownFilters)
The option that determines the drill down filters for the predefined hierarchy.
|
DateTimeHierarchy |
DateTimeHierarchy.withDrillDownFilters(DrillDownFilter... drillDownFilters)
The option that determines the drill down filters for the
DateTime hierarchy. |
ExplicitHierarchy |
ExplicitHierarchy.withDrillDownFilters(DrillDownFilter... drillDownFilters)
The option that determines the drill down filters for the explicit hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredefinedHierarchy.setDrillDownFilters(Collection<DrillDownFilter> drillDownFilters)
The option that determines the drill down filters for the predefined hierarchy.
|
void |
DateTimeHierarchy.setDrillDownFilters(Collection<DrillDownFilter> drillDownFilters)
The option that determines the drill down filters for the
DateTime hierarchy. |
void |
ExplicitHierarchy.setDrillDownFilters(Collection<DrillDownFilter> drillDownFilters)
The option that determines the drill down filters for the explicit hierarchy.
|
PredefinedHierarchy |
PredefinedHierarchy.withDrillDownFilters(Collection<DrillDownFilter> drillDownFilters)
The option that determines the drill down filters for the predefined hierarchy.
|
DateTimeHierarchy |
DateTimeHierarchy.withDrillDownFilters(Collection<DrillDownFilter> drillDownFilters)
The option that determines the drill down filters for the
DateTime hierarchy. |
ExplicitHierarchy |
ExplicitHierarchy.withDrillDownFilters(Collection<DrillDownFilter> drillDownFilters)
The option that determines the drill down filters for the explicit hierarchy.
|
Copyright © 2024. All rights reserved.