| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EventDimensions |
EventDimensions.addAttributesEntry(String key,
AttributeDimension value) |
EventDimensions |
EventDimensions.addMetricsEntry(String key,
MetricDimension value) |
EventDimensions |
EventDimensions.clearAttributesEntries()
Removes all the entries added into Attributes.
|
EventDimensions |
EventDimensions.clearMetricsEntries()
Removes all the entries added into Metrics.
|
EventDimensions |
EventDimensions.clone() |
EventDimensions |
CampaignEventFilter.getDimensions()
An object that defines the dimensions for the event filter.
|
EventDimensions |
EventDimensions.withAttributes(Map<String,AttributeDimension> attributes)
Custom attributes that your app reports to Amazon Pinpoint.
|
EventDimensions |
EventDimensions.withEventType(SetDimension eventType)
The name of the event that causes the campaign to be sent.
|
EventDimensions |
EventDimensions.withMetrics(Map<String,MetricDimension> metrics)
Custom metrics that your app reports to Amazon Pinpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CampaignEventFilter.setDimensions(EventDimensions dimensions)
An object that defines the dimensions for the event filter.
|
CampaignEventFilter |
CampaignEventFilter.withDimensions(EventDimensions dimensions)
An object that defines the dimensions for the event filter.
|
Copyright © 2019. All rights reserved.