Uses of Class
software.amazon.awssdk.services.customerprofiles.model.FilterGroup
-
Packages that use FilterGroup Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of FilterGroup in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type FilterGroup Modifier and Type Method Description List<FilterGroup>Filter. groups()Holds the list of Filter groups within the Filter definition.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type FilterGroup Modifier and Type Method Description Filter.BuilderFilter.Builder. groups(FilterGroup... groups)Holds the list of Filter groups within the Filter definition.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type FilterGroup Modifier and Type Method Description Filter.BuilderFilter.Builder. groups(Collection<FilterGroup> groups)Holds the list of Filter groups within the Filter definition.
-