Uses of Class
software.amazon.awssdk.services.customerprofiles.model.CalculatedAttributeDimension
-
Packages that use CalculatedAttributeDimension Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of CalculatedAttributeDimension in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type CalculatedAttributeDimension Modifier and Type Method Description Map<String,CalculatedAttributeDimension>Dimension. calculatedAttributes()Object that holds the calculated attributes to segment on.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type CalculatedAttributeDimension Modifier and Type Method Description Dimension.BuilderDimension.Builder. calculatedAttributes(Map<String,CalculatedAttributeDimension> calculatedAttributes)Object that holds the calculated attributes to segment on.static DimensionDimension. fromCalculatedAttributes(Map<String,CalculatedAttributeDimension> calculatedAttributes)Create an instance of this class withDimension.calculatedAttributes()initialized to the given value.
-