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