Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
RowLevelPermissionDataSet |
RowLevelPermissionDataSet.clone() |
RowLevelPermissionDataSet |
UpdateDataSetRequest.getRowLevelPermissionDataSet()
The row-level security configuration for the data you want to create.
|
RowLevelPermissionDataSet |
DataSet.getRowLevelPermissionDataSet()
The row-level security configuration for the dataset.
|
RowLevelPermissionDataSet |
DataSetSummary.getRowLevelPermissionDataSet()
The row-level security configuration for the dataset.
|
RowLevelPermissionDataSet |
CreateDataSetRequest.getRowLevelPermissionDataSet()
The row-level security configuration for the data that you want to create.
|
RowLevelPermissionDataSet |
RowLevelPermissionDataSet.withArn(String arn)
The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.
|
RowLevelPermissionDataSet |
RowLevelPermissionDataSet.withFormatVersion(RowLevelPermissionFormatVersion formatVersion)
The user or group rules associated with the dataset that contains permissions for RLS.
|
RowLevelPermissionDataSet |
RowLevelPermissionDataSet.withFormatVersion(String formatVersion)
The user or group rules associated with the dataset that contains permissions for RLS.
|
RowLevelPermissionDataSet |
RowLevelPermissionDataSet.withNamespace(String namespace)
The namespace associated with the dataset that contains permissions for RLS.
|
RowLevelPermissionDataSet |
RowLevelPermissionDataSet.withPermissionPolicy(RowLevelPermissionPolicy permissionPolicy)
The type of permissions to use when interpreting the permissions for RLS.
|
RowLevelPermissionDataSet |
RowLevelPermissionDataSet.withPermissionPolicy(String permissionPolicy)
The type of permissions to use when interpreting the permissions for RLS.
|
RowLevelPermissionDataSet |
RowLevelPermissionDataSet.withStatus(Status status)
The status of the row-level security permission dataset.
|
RowLevelPermissionDataSet |
RowLevelPermissionDataSet.withStatus(String status)
The status of the row-level security permission dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDataSetRequest.setRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the data you want to create.
|
void |
DataSet.setRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
|
void |
DataSetSummary.setRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
|
void |
CreateDataSetRequest.setRowLevelPermissionDataSet(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.
|
DataSet |
DataSet.withRowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
|
DataSetSummary |
DataSetSummary.withRowLevelPermissionDataSet(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.
|
Copyright © 2021. All rights reserved.