Uses of Class
software.amazon.awssdk.services.customerprofiles.model.Dimension
-
Packages that use Dimension Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of Dimension in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return Dimension Modifier and Type Method Description static DimensionDimension. fromCalculatedAttributes(Map<String,CalculatedAttributeDimension> calculatedAttributes)Create an instance of this class withcalculatedAttributes()initialized to the given value.static DimensionDimension. fromProfileAttributes(Consumer<ProfileAttributes.Builder> profileAttributes)Create an instance of this class withprofileAttributes()initialized to the given value.static DimensionDimension. fromProfileAttributes(ProfileAttributes profileAttributes)Create an instance of this class withprofileAttributes()initialized to the given value.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type Dimension Modifier and Type Method Description List<Dimension>Group. dimensions()Defines the attributes to segment on.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type Dimension Modifier and Type Method Description Group.BuilderGroup.Builder. dimensions(Dimension... dimensions)Defines the attributes to segment on.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type Dimension Modifier and Type Method Description Group.BuilderGroup.Builder. dimensions(Collection<Dimension> dimensions)Defines the attributes to segment on.
-