Uses of Class
software.amazon.awssdk.services.quicksight.model.RowLevelPermissionTagRule
-
Packages that use RowLevelPermissionTagRule Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of RowLevelPermissionTagRule in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type RowLevelPermissionTagRule Modifier and Type Method Description List<RowLevelPermissionTagRule>RowLevelPermissionTagConfiguration. tagRules()A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type RowLevelPermissionTagRule Modifier and Type Method Description RowLevelPermissionTagConfiguration.BuilderRowLevelPermissionTagConfiguration.Builder. tagRules(RowLevelPermissionTagRule... tagRules)A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type RowLevelPermissionTagRule Modifier and Type Method Description RowLevelPermissionTagConfiguration.BuilderRowLevelPermissionTagConfiguration.Builder. tagRules(Collection<RowLevelPermissionTagRule> tagRules)A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
-