| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
RowLevelPermissionTagConfiguration |
RowLevelPermissionTagConfiguration.clone() |
RowLevelPermissionTagConfiguration |
DataSet.getRowLevelPermissionTagConfiguration()
The element you can use to define tags for row-level security.
|
RowLevelPermissionTagConfiguration |
UpdateDataSetRequest.getRowLevelPermissionTagConfiguration()
The configuration of tags on a dataset to set row-level security.
|
RowLevelPermissionTagConfiguration |
CreateDataSetRequest.getRowLevelPermissionTagConfiguration()
The configuration of tags on a dataset to set row-level security.
|
RowLevelPermissionTagConfiguration |
RowLevelPermissionTagConfiguration.withStatus(Status status)
The status of row-level security tags.
|
RowLevelPermissionTagConfiguration |
RowLevelPermissionTagConfiguration.withStatus(String status)
The status of row-level security tags.
|
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.
|
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 |
DataSet.setRowLevelPermissionTagConfiguration(RowLevelPermissionTagConfiguration rowLevelPermissionTagConfiguration)
The element you can use to define tags for row-level security.
|
void |
UpdateDataSetRequest.setRowLevelPermissionTagConfiguration(RowLevelPermissionTagConfiguration rowLevelPermissionTagConfiguration)
The configuration of tags on a dataset to set row-level security.
|
void |
CreateDataSetRequest.setRowLevelPermissionTagConfiguration(RowLevelPermissionTagConfiguration rowLevelPermissionTagConfiguration)
The configuration of tags on a dataset to set row-level security.
|
DataSet |
DataSet.withRowLevelPermissionTagConfiguration(RowLevelPermissionTagConfiguration rowLevelPermissionTagConfiguration)
The element you can use to define tags for row-level security.
|
UpdateDataSetRequest |
UpdateDataSetRequest.withRowLevelPermissionTagConfiguration(RowLevelPermissionTagConfiguration rowLevelPermissionTagConfiguration)
The configuration of tags on a dataset to set row-level security.
|
CreateDataSetRequest |
CreateDataSetRequest.withRowLevelPermissionTagConfiguration(RowLevelPermissionTagConfiguration rowLevelPermissionTagConfiguration)
The configuration of tags on a dataset to set row-level security.
|
Copyright © 2023. All rights reserved.