Uses of Class
software.amazon.awssdk.services.quicksight.model.SheetVisualScopingConfiguration
-
Packages that use SheetVisualScopingConfiguration Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SheetVisualScopingConfiguration in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SheetVisualScopingConfiguration Modifier and Type Method Description List<SheetVisualScopingConfiguration>SelectedSheetsFilterScopeConfiguration. sheetVisualScopingConfigurations()The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SheetVisualScopingConfiguration Modifier and Type Method Description SelectedSheetsFilterScopeConfiguration.BuilderSelectedSheetsFilterScopeConfiguration.Builder. sheetVisualScopingConfigurations(SheetVisualScopingConfiguration... sheetVisualScopingConfigurations)The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SheetVisualScopingConfiguration Modifier and Type Method Description SelectedSheetsFilterScopeConfiguration.BuilderSelectedSheetsFilterScopeConfiguration.Builder. sheetVisualScopingConfigurations(Collection<SheetVisualScopingConfiguration> sheetVisualScopingConfigurations)The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
-