Uses of Class
software.amazon.awssdk.services.quicksight.model.SheetControlListType
-
Packages that use SheetControlListType Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SheetControlListType in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SheetControlListType Modifier and Type Method Description static SheetControlListTypeSheetControlListType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SheetControlListTypeDefaultFilterDropDownControlOptions. type()The type of theFilterDropDownControl.SheetControlListTypeDefaultFilterListControlOptions. type()The type of theDefaultFilterListControlOptions.SheetControlListTypeFilterDropDownControl. type()The type of theFilterDropDownControl.SheetControlListTypeFilterListControl. type()The type of theFilterListControl.SheetControlListTypeParameterDropDownControl. type()The type parameter name of theParameterDropDownControl.SheetControlListTypeParameterListControl. type()The type ofParameterListControl.static SheetControlListTypeSheetControlListType. valueOf(String name)Returns the enum constant of this type with the specified name.static SheetControlListType[]SheetControlListType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SheetControlListType Modifier and Type Method Description static Set<SheetControlListType>SheetControlListType. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SheetControlListType Modifier and Type Method Description DefaultFilterDropDownControlOptions.BuilderDefaultFilterDropDownControlOptions.Builder. type(SheetControlListType type)The type of theFilterDropDownControl.DefaultFilterListControlOptions.BuilderDefaultFilterListControlOptions.Builder. type(SheetControlListType type)The type of theDefaultFilterListControlOptions.FilterDropDownControl.BuilderFilterDropDownControl.Builder. type(SheetControlListType type)The type of theFilterDropDownControl.FilterListControl.BuilderFilterListControl.Builder. type(SheetControlListType type)The type of theFilterListControl.ParameterDropDownControl.BuilderParameterDropDownControl.Builder. type(SheetControlListType type)The type parameter name of theParameterDropDownControl.ParameterListControl.BuilderParameterListControl.Builder. type(SheetControlListType type)The type ofParameterListControl.
-