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