| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EventDimensions |
EventDimensions.addAttributesEntry(String key,
AttributeDimension value)
Add a single Attributes entry
|
EventDimensions |
EventDimensions.addMetricsEntry(String key,
MetricDimension value)
Add a single Metrics entry
|
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()
The dimension settings of the event filter for the campaign.
|
EventDimensions |
EventCondition.getDimensions()
The dimensions for the event filter to use for the activity.
|
EventDimensions |
EventFilter.getDimensions()
The dimensions for the event filter to use for the campaign or the journey activity.
|
EventDimensions |
EventDimensions.withAttributes(Map<String,AttributeDimension> attributes)
One or more custom attributes that your application reports to Amazon Pinpoint.
|
EventDimensions |
EventDimensions.withEventType(SetDimension eventType)
The name of the event that causes the campaign to be sent or the journey activity to be performed.
|
EventDimensions |
EventDimensions.withMetrics(Map<String,MetricDimension> metrics)
One or more custom metrics that your application reports to Amazon Pinpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CampaignEventFilter.setDimensions(EventDimensions dimensions)
The dimension settings of the event filter for the campaign.
|
void |
EventCondition.setDimensions(EventDimensions dimensions)
The dimensions for the event filter to use for the activity.
|
void |
EventFilter.setDimensions(EventDimensions dimensions)
The dimensions for the event filter to use for the campaign or the journey activity.
|
CampaignEventFilter |
CampaignEventFilter.withDimensions(EventDimensions dimensions)
The dimension settings of the event filter for the campaign.
|
EventCondition |
EventCondition.withDimensions(EventDimensions dimensions)
The dimensions for the event filter to use for the activity.
|
EventFilter |
EventFilter.withDimensions(EventDimensions dimensions)
The dimensions for the event filter to use for the campaign or the journey activity.
|
Copyright © 2024. All rights reserved.