Uses of Class
software.amazon.awssdk.services.customerprofiles.model.FilterDimension
-
Packages that use FilterDimension Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of FilterDimension in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type FilterDimension Modifier and Type Method Description List<FilterDimension>FilterGroup. dimensions()Object that holds the attributes to filter on.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type FilterDimension Modifier and Type Method Description FilterGroup.BuilderFilterGroup.Builder. dimensions(FilterDimension... dimensions)Object that holds the attributes to filter on.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type FilterDimension Modifier and Type Method Description FilterGroup.BuilderFilterGroup.Builder. dimensions(Collection<FilterDimension> dimensions)Object that holds the attributes to filter on.
-