| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
MetricDimension |
MetricDimension.clone() |
MetricDimension |
MetricDimension.withComparisonOperator(String comparisonOperator)
GREATER_THAN | LESS_THAN | GREATER_THAN_OR_EQUAL | LESS_THAN_OR_EQUAL | EQUAL
|
MetricDimension |
MetricDimension.withValue(Double value)
Value to be compared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MetricDimension> |
SegmentDimensions.getMetrics()
Custom segment metrics.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentDimensions |
SegmentDimensions.addMetricsEntry(String key,
MetricDimension value) |
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentDimensions.setMetrics(Map<String,MetricDimension> metrics)
Custom segment metrics.
|
SegmentDimensions |
SegmentDimensions.withMetrics(Map<String,MetricDimension> metrics)
Custom segment metrics.
|
Copyright © 2018. All rights reserved.