Uses of Class
software.amazon.awssdk.services.quicksight.model.ParameterControl
-
Packages that use ParameterControl Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ParameterControl in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ParameterControl Modifier and Type Method Description List<ParameterControl>SheetDefinition. parameterControls()The list of parameter controls that are on a sheet.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ParameterControl Modifier and Type Method Description SheetDefinition.BuilderSheetDefinition.Builder. parameterControls(ParameterControl... parameterControls)The list of parameter controls that are on a sheet.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ParameterControl Modifier and Type Method Description SheetDefinition.BuilderSheetDefinition.Builder. parameterControls(Collection<ParameterControl> parameterControls)The list of parameter controls that are on a sheet.
-