| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DataSourceSearchFilter |
DataSourceSearchFilter.clone() |
DataSourceSearchFilter |
DataSourceSearchFilter.withName(DataSourceFilterAttribute name)
The name of the value that you want to use as a filter, for example,
"Name": "DIRECT_QUICKSIGHT_OWNER". |
DataSourceSearchFilter |
DataSourceSearchFilter.withName(String name)
The name of the value that you want to use as a filter, for example,
"Name": "DIRECT_QUICKSIGHT_OWNER". |
DataSourceSearchFilter |
DataSourceSearchFilter.withOperator(FilterOperator operator)
The comparison operator that you want to use as a filter, for example
"Operator": "StringEquals". |
DataSourceSearchFilter |
DataSourceSearchFilter.withOperator(String operator)
The comparison operator that you want to use as a filter, for example
"Operator": "StringEquals". |
DataSourceSearchFilter |
DataSourceSearchFilter.withValue(String value)
The value of the named item, for example
DIRECT_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<DataSourceSearchFilter> |
SearchDataSourcesRequest.getFilters()
The filters to apply to the search.
|
| Modifier and Type | Method and Description |
|---|---|
SearchDataSourcesRequest |
SearchDataSourcesRequest.withFilters(DataSourceSearchFilter... filters)
The filters to apply to the search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchDataSourcesRequest.setFilters(Collection<DataSourceSearchFilter> filters)
The filters to apply to the search.
|
SearchDataSourcesRequest |
SearchDataSourcesRequest.withFilters(Collection<DataSourceSearchFilter> filters)
The filters to apply to the search.
|
Copyright © 2023. All rights reserved.