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