Uses of Class
software.amazon.awssdk.services.quicksight.model.CascadingControlConfiguration
-
Packages that use CascadingControlConfiguration Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CascadingControlConfiguration in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CascadingControlConfiguration Modifier and Type Method Description CascadingControlConfigurationFilterCrossSheetControl. cascadingControlConfiguration()The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.CascadingControlConfigurationFilterDropDownControl. cascadingControlConfiguration()The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.CascadingControlConfigurationFilterListControl. cascadingControlConfiguration()The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.CascadingControlConfigurationParameterDropDownControl. cascadingControlConfiguration()The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.CascadingControlConfigurationParameterListControl. cascadingControlConfiguration()The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type CascadingControlConfiguration Modifier and Type Method Description FilterCrossSheetControl.BuilderFilterCrossSheetControl.Builder. cascadingControlConfiguration(CascadingControlConfiguration cascadingControlConfiguration)The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.FilterDropDownControl.BuilderFilterDropDownControl.Builder. cascadingControlConfiguration(CascadingControlConfiguration cascadingControlConfiguration)The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.FilterListControl.BuilderFilterListControl.Builder. cascadingControlConfiguration(CascadingControlConfiguration cascadingControlConfiguration)The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.ParameterDropDownControl.BuilderParameterDropDownControl.Builder. cascadingControlConfiguration(CascadingControlConfiguration cascadingControlConfiguration)The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.ParameterListControl.BuilderParameterListControl.Builder. cascadingControlConfiguration(CascadingControlConfiguration cascadingControlConfiguration)The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
-