| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DataSetSearchFilter |
DataSetSearchFilter.clone() |
DataSetSearchFilter |
DataSetSearchFilter.withName(DataSetFilterAttribute name)
The name of the value that you want to use as a filter, for example,
"Name": "QUICKSIGHT_OWNER". |
DataSetSearchFilter |
DataSetSearchFilter.withName(String name)
The name of the value that you want to use as a filter, for example,
"Name": "QUICKSIGHT_OWNER". |
DataSetSearchFilter |
DataSetSearchFilter.withOperator(FilterOperator operator)
The comparison operator that you want to use as a filter, for example
"Operator": "StringEquals". |
DataSetSearchFilter |
DataSetSearchFilter.withOperator(String operator)
The comparison operator that you want to use as a filter, for example
"Operator": "StringEquals". |
DataSetSearchFilter |
DataSetSearchFilter.withValue(String value)
The value of the named item, in this case
QUICKSIGHT_OWNER, that you want to use as a filter, for
example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1". |
| Modifier and Type | Method and Description |
|---|---|
List<DataSetSearchFilter> |
SearchDataSetsRequest.getFilters()
The filters to apply to the search.
|
| Modifier and Type | Method and Description |
|---|---|
SearchDataSetsRequest |
SearchDataSetsRequest.withFilters(DataSetSearchFilter... filters)
The filters to apply to the search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchDataSetsRequest.setFilters(Collection<DataSetSearchFilter> filters)
The filters to apply to the search.
|
SearchDataSetsRequest |
SearchDataSetsRequest.withFilters(Collection<DataSetSearchFilter> filters)
The filters to apply to the search.
|
Copyright © 2024. All rights reserved.