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