Uses of Class
software.amazon.awssdk.services.quicksight.model.GroupSearchFilter
-
Packages that use GroupSearchFilter Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GroupSearchFilter in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GroupSearchFilter Modifier and Type Method Description List<GroupSearchFilter>SearchGroupsRequest. 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 GroupSearchFilter Modifier and Type Method Description SearchGroupsRequest.BuilderSearchGroupsRequest.Builder. filters(GroupSearchFilter... 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 GroupSearchFilter Modifier and Type Method Description SearchGroupsRequest.BuilderSearchGroupsRequest.Builder. filters(Collection<GroupSearchFilter> filters)The structure for the search filters that you want to apply to your search.
-