Uses of Class
software.amazon.awssdk.services.pinpoint.model.AttributeDimension
-
Packages that use AttributeDimension Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of AttributeDimension in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type AttributeDimension Modifier and Type Method Description Map<String,AttributeDimension>EventDimensions. attributes()One or more custom attributes that your application reports to Amazon Pinpoint.Map<String,AttributeDimension>SegmentDimensions. attributes()One or more custom attributes to use as criteria for the segment.Map<String,AttributeDimension>SegmentDimensions. userAttributes()One or more custom user attributes to use as criteria for the segment.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type AttributeDimension Modifier and Type Method Description EventDimensions.BuilderEventDimensions.Builder. attributes(Map<String,AttributeDimension> attributes)One or more custom attributes that your application reports to Amazon Pinpoint.SegmentDimensions.BuilderSegmentDimensions.Builder. attributes(Map<String,AttributeDimension> attributes)One or more custom attributes to use as criteria for the segment.SegmentDimensions.BuilderSegmentDimensions.Builder. userAttributes(Map<String,AttributeDimension> userAttributes)One or more custom user attributes to use as criteria for the segment.
-