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