| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
RowLevelPermissionTagRule |
RowLevelPermissionTagRule.clone() |
RowLevelPermissionTagRule |
RowLevelPermissionTagRule.withColumnName(String columnName)
The column name that a tag key is assigned to.
|
RowLevelPermissionTagRule |
RowLevelPermissionTagRule.withMatchAllValue(String matchAllValue)
A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the
values one by one.
|
RowLevelPermissionTagRule |
RowLevelPermissionTagRule.withTagKey(String tagKey)
The unique key for a tag.
|
RowLevelPermissionTagRule |
RowLevelPermissionTagRule.withTagMultiValueDelimiter(String tagMultiValueDelimiter)
A string that you want to use to delimit the values when you pass the values at run time.
|
| Modifier and Type | Method and Description |
|---|---|
List<RowLevelPermissionTagRule> |
RowLevelPermissionTagConfiguration.getTagRules()
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
|
| Modifier and Type | Method and Description |
|---|---|
RowLevelPermissionTagConfiguration |
RowLevelPermissionTagConfiguration.withTagRules(RowLevelPermissionTagRule... tagRules)
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowLevelPermissionTagConfiguration.setTagRules(Collection<RowLevelPermissionTagRule> tagRules)
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
|
RowLevelPermissionTagConfiguration |
RowLevelPermissionTagConfiguration.withTagRules(Collection<RowLevelPermissionTagRule> tagRules)
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
|
Copyright © 2024. All rights reserved.