Uses of Class
software.amazon.awssdk.services.quicksight.model.CascadingControlSource
-
Packages that use CascadingControlSource Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CascadingControlSource in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type CascadingControlSource Modifier and Type Method Description List<CascadingControlSource>CascadingControlConfiguration. sourceControls()A list of source controls that determine the values that are used in the current control.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type CascadingControlSource Modifier and Type Method Description CascadingControlConfiguration.BuilderCascadingControlConfiguration.Builder. sourceControls(CascadingControlSource... sourceControls)A list of source controls that determine the values that are used in the current control.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type CascadingControlSource Modifier and Type Method Description CascadingControlConfiguration.BuilderCascadingControlConfiguration.Builder. sourceControls(Collection<CascadingControlSource> sourceControls)A list of source controls that determine the values that are used in the current control.
-