Uses of Class
software.amazon.awssdk.services.quicksight.model.ParameterSelectableValues
-
Packages that use ParameterSelectableValues Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ParameterSelectableValues in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ParameterSelectableValues Modifier and Type Method Description ParameterSelectableValuesParameterDropDownControl. selectableValues()A list of selectable values that are used in a control.ParameterSelectableValuesParameterListControl. selectableValues()A list of selectable values that are used in a control.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ParameterSelectableValues Modifier and Type Method Description ParameterDropDownControl.BuilderParameterDropDownControl.Builder. selectableValues(ParameterSelectableValues selectableValues)A list of selectable values that are used in a control.ParameterListControl.BuilderParameterListControl.Builder. selectableValues(ParameterSelectableValues selectableValues)A list of selectable values that are used in a control.
-