Uses of Class
software.amazon.awssdk.services.quicksight.model.DrillDownFilter
-
Packages that use DrillDownFilter Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DrillDownFilter in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DrillDownFilter Modifier and Type Method Description List<DrillDownFilter>DateTimeHierarchy. drillDownFilters()The option that determines the drill down filters for theDateTimehierarchy.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.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type DrillDownFilter Modifier and Type Method Description DateTimeHierarchy.BuilderDateTimeHierarchy.Builder. drillDownFilters(DrillDownFilter... drillDownFilters)The option that determines the drill down filters for theDateTimehierarchy.ExplicitHierarchy.BuilderExplicitHierarchy.Builder. drillDownFilters(DrillDownFilter... drillDownFilters)The option that determines the drill down filters for the explicit hierarchy.PredefinedHierarchy.BuilderPredefinedHierarchy.Builder. drillDownFilters(DrillDownFilter... drillDownFilters)The option that determines the drill down filters for the predefined hierarchy.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DrillDownFilter Modifier and Type Method Description DateTimeHierarchy.BuilderDateTimeHierarchy.Builder. drillDownFilters(Collection<DrillDownFilter> drillDownFilters)The option that determines the drill down filters for theDateTimehierarchy.ExplicitHierarchy.BuilderExplicitHierarchy.Builder. drillDownFilters(Collection<DrillDownFilter> drillDownFilters)The option that determines the drill down filters for the explicit hierarchy.PredefinedHierarchy.BuilderPredefinedHierarchy.Builder. drillDownFilters(Collection<DrillDownFilter> drillDownFilters)The option that determines the drill down filters for the predefined hierarchy.
-