Uses of Class
software.amazon.awssdk.services.quicksight.model.AnalysisSearchFilter
-
Packages that use AnalysisSearchFilter Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AnalysisSearchFilter in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AnalysisSearchFilter Modifier and Type Method Description List<AnalysisSearchFilter>SearchAnalysesRequest. filters()The structure for the search filters that you want to apply to your search.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AnalysisSearchFilter Modifier and Type Method Description SearchAnalysesRequest.BuilderSearchAnalysesRequest.Builder. filters(AnalysisSearchFilter... filters)The structure for the search filters that you want to apply to your search.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AnalysisSearchFilter Modifier and Type Method Description SearchAnalysesRequest.BuilderSearchAnalysesRequest.Builder. filters(Collection<AnalysisSearchFilter> filters)The structure for the search filters that you want to apply to your search.
-