| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
MetricDimension |
MetricDimension.clone() |
MetricDimension |
MetricDimension.withComparisonOperator(String comparisonOperator)
The operator that you're using to compare metric values.
|
MetricDimension |
MetricDimension.withValue(Double value)
The value to be compared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MetricDimension> |
EventDimensions.getMetrics()
Custom metrics that your app reports to Amazon Pinpoint.
|
Map<String,MetricDimension> |
SegmentDimensions.getMetrics()
Custom segment metrics.
|
| Modifier and Type | Method and Description |
|---|---|
EventDimensions |
EventDimensions.addMetricsEntry(String key,
MetricDimension value) |
SegmentDimensions |
SegmentDimensions.addMetricsEntry(String key,
MetricDimension value) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDimensions.setMetrics(Map<String,MetricDimension> metrics)
Custom metrics that your app reports to Amazon Pinpoint.
|
void |
SegmentDimensions.setMetrics(Map<String,MetricDimension> metrics)
Custom segment metrics.
|
EventDimensions |
EventDimensions.withMetrics(Map<String,MetricDimension> metrics)
Custom metrics that your app reports to Amazon Pinpoint.
|
SegmentDimensions |
SegmentDimensions.withMetrics(Map<String,MetricDimension> metrics)
Custom segment metrics.
|
Copyright © 2019. All rights reserved.