Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
ExplicitHierarchy |
ExplicitHierarchy.clone() |
ExplicitHierarchy |
ColumnHierarchy.getExplicitHierarchy()
The option that determines the hierarchy of the fields that are built within a visual's field wells.
|
ExplicitHierarchy |
ExplicitHierarchy.withColumns(Collection<ColumnIdentifier> columns)
The list of columns that define the explicit hierarchy.
|
ExplicitHierarchy |
ExplicitHierarchy.withColumns(ColumnIdentifier... columns)
The list of columns that define the explicit hierarchy.
|
ExplicitHierarchy |
ExplicitHierarchy.withDrillDownFilters(Collection<DrillDownFilter> drillDownFilters)
The option that determines the drill down filters for the explicit hierarchy.
|
ExplicitHierarchy |
ExplicitHierarchy.withDrillDownFilters(DrillDownFilter... drillDownFilters)
The option that determines the drill down filters for the explicit hierarchy.
|
ExplicitHierarchy |
ExplicitHierarchy.withHierarchyId(String hierarchyId)
The hierarchy ID of the explicit hierarchy.
|
Modifier and Type | Method and Description |
---|---|
void |
ColumnHierarchy.setExplicitHierarchy(ExplicitHierarchy explicitHierarchy)
The option that determines the hierarchy of the fields that are built within a visual's field wells.
|
ColumnHierarchy |
ColumnHierarchy.withExplicitHierarchy(ExplicitHierarchy explicitHierarchy)
The option that determines the hierarchy of the fields that are built within a visual's field wells.
|
Copyright © 2023. All rights reserved.