| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
List<DrillDownFilter> |
DateTimeHierarchy.drillDownFilters()
The option that determines the drill down filters for the
DateTime hierarchy. |
List<DrillDownFilter> |
ExplicitHierarchy.drillDownFilters()
The option that determines the drill down filters for the explicit hierarchy.
|
List<DrillDownFilter> |
PredefinedHierarchy.drillDownFilters()
The option that determines the drill down filters for the predefined hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
DateTimeHierarchy.Builder |
DateTimeHierarchy.Builder.drillDownFilters(DrillDownFilter... drillDownFilters)
The option that determines the drill down filters for the
DateTime hierarchy. |
ExplicitHierarchy.Builder |
ExplicitHierarchy.Builder.drillDownFilters(DrillDownFilter... drillDownFilters)
The option that determines the drill down filters for the explicit hierarchy.
|
PredefinedHierarchy.Builder |
PredefinedHierarchy.Builder.drillDownFilters(DrillDownFilter... drillDownFilters)
The option that determines the drill down filters for the predefined hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
DateTimeHierarchy.Builder |
DateTimeHierarchy.Builder.drillDownFilters(Collection<DrillDownFilter> drillDownFilters)
The option that determines the drill down filters for the
DateTime hierarchy. |
ExplicitHierarchy.Builder |
ExplicitHierarchy.Builder.drillDownFilters(Collection<DrillDownFilter> drillDownFilters)
The option that determines the drill down filters for the explicit hierarchy.
|
PredefinedHierarchy.Builder |
PredefinedHierarchy.Builder.drillDownFilters(Collection<DrillDownFilter> drillDownFilters)
The option that determines the drill down filters for the predefined hierarchy.
|
Copyright © 2023. All rights reserved.