| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
MetricDimension |
MetricDimension.clone() |
MetricDimension |
MetricDimension.withComparisonOperator(String comparisonOperator)
The operator to use when comparing metric values.
|
MetricDimension |
MetricDimension.withValue(Double value)
The value to compare.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MetricDimension> |
SegmentDimensions.getMetrics()
One or more custom metrics to use as criteria for the segment.
|
Map<String,MetricDimension> |
EventDimensions.getMetrics()
One or more custom metrics that your application reports to Amazon Pinpoint.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentDimensions |
SegmentDimensions.addMetricsEntry(String key,
MetricDimension value)
Add a single Metrics entry
|
EventDimensions |
EventDimensions.addMetricsEntry(String key,
MetricDimension value)
Add a single Metrics entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentDimensions.setMetrics(Map<String,MetricDimension> metrics)
One or more custom metrics to use as criteria for the segment.
|
void |
EventDimensions.setMetrics(Map<String,MetricDimension> metrics)
One or more custom metrics that your application reports to Amazon Pinpoint.
|
SegmentDimensions |
SegmentDimensions.withMetrics(Map<String,MetricDimension> metrics)
One or more custom metrics to use as criteria for the segment.
|
EventDimensions |
EventDimensions.withMetrics(Map<String,MetricDimension> metrics)
One or more custom metrics that your application reports to Amazon Pinpoint.
|
Copyright © 2024. All rights reserved.