Uses of Class
software.amazon.awssdk.services.quicksight.model.DashboardSearchFilter
-
Packages that use DashboardSearchFilter Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DashboardSearchFilter in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DashboardSearchFilter Modifier and Type Method Description List<DashboardSearchFilter>SearchDashboardsRequest. filters()The filters to apply to the search.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type DashboardSearchFilter Modifier and Type Method Description SearchDashboardsRequest.BuilderSearchDashboardsRequest.Builder. filters(DashboardSearchFilter... filters)The filters to apply to the search.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DashboardSearchFilter Modifier and Type Method Description SearchDashboardsRequest.BuilderSearchDashboardsRequest.Builder. filters(Collection<DashboardSearchFilter> filters)The filters to apply to the search.
-