Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
SheetVisualScopingConfiguration |
SheetVisualScopingConfiguration.clone() |
SheetVisualScopingConfiguration |
SheetVisualScopingConfiguration.withScope(FilterVisualScope scope)
The scope of the applied entities.
|
SheetVisualScopingConfiguration |
SheetVisualScopingConfiguration.withScope(String scope)
The scope of the applied entities.
|
SheetVisualScopingConfiguration |
SheetVisualScopingConfiguration.withSheetId(String sheetId)
The selected sheet that the filter is applied to.
|
SheetVisualScopingConfiguration |
SheetVisualScopingConfiguration.withVisualIds(Collection<String> visualIds)
The selected visuals that the filter is applied to.
|
SheetVisualScopingConfiguration |
SheetVisualScopingConfiguration.withVisualIds(String... visualIds)
The selected visuals that the filter is applied to.
|
Modifier and Type | Method and Description |
---|---|
List<SheetVisualScopingConfiguration> |
SelectedSheetsFilterScopeConfiguration.getSheetVisualScopingConfigurations()
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
|
Modifier and Type | Method and Description |
---|---|
SelectedSheetsFilterScopeConfiguration |
SelectedSheetsFilterScopeConfiguration.withSheetVisualScopingConfigurations(SheetVisualScopingConfiguration... sheetVisualScopingConfigurations)
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectedSheetsFilterScopeConfiguration.setSheetVisualScopingConfigurations(Collection<SheetVisualScopingConfiguration> sheetVisualScopingConfigurations)
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
|
SelectedSheetsFilterScopeConfiguration |
SelectedSheetsFilterScopeConfiguration.withSheetVisualScopingConfigurations(Collection<SheetVisualScopingConfiguration> sheetVisualScopingConfigurations)
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.
|
Copyright © 2023. All rights reserved.