| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
RowLevelPermissionDataSet |
RowLevelPermissionDataSet.clone() |
RowLevelPermissionDataSet |
CreateDataSetRequest.getRowLevelPermissionDataSet()
The row-level security configuration for the data that you want to create.
|
RowLevelPermissionDataSet |
UpdateDataSetRequest.getRowLevelPermissionDataSet()
The row-level security configuration for the data you want to create.
|
RowLevelPermissionDataSet |
DataSetSummary.getRowLevelPermissionDataSet()
The row-level security configuration for the dataset.
|
RowLevelPermissionDataSet |
DataSet.getRowLevelPermissionDataSet()
The row-level security configuration for the dataset.
|
RowLevelPermissionDataSet |
RowLevelPermissionDataSet.withArn(String arn)
The Amazon Resource Name (ARN) of the permission dataset.
|
RowLevelPermissionDataSet |
RowLevelPermissionDataSet.withPermissionPolicy(RowLevelPermissionPolicy permissionPolicy)
Permission policy.
|
RowLevelPermissionDataSet |
RowLevelPermissionDataSet.withPermissionPolicy(String permissionPolicy)
Permission policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDataSetRequest.setRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the data that you want to create.
|
void |
UpdateDataSetRequest.setRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the data you want to create.
|
void |
DataSetSummary.setRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
|
void |
DataSet.setRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
|
CreateDataSetRequest |
CreateDataSetRequest.withRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the data that you want to create.
|
UpdateDataSetRequest |
UpdateDataSetRequest.withRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the data you want to create.
|
DataSetSummary |
DataSetSummary.withRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
|
DataSet |
DataSet.withRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
|
Copyright © 2019. All rights reserved.