| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentDimensions |
SegmentDimensions.addAttributesEntry(String key,
AttributeDimension value)
Add a single Attributes entry
|
SegmentDimensions |
SegmentDimensions.addMetricsEntry(String key,
MetricDimension value)
Add a single Metrics entry
|
SegmentDimensions |
SegmentDimensions.addUserAttributesEntry(String key,
AttributeDimension value)
Add a single UserAttributes entry
|
SegmentDimensions |
SegmentDimensions.clearAttributesEntries()
Removes all the entries added into Attributes.
|
SegmentDimensions |
SegmentDimensions.clearMetricsEntries()
Removes all the entries added into Metrics.
|
SegmentDimensions |
SegmentDimensions.clearUserAttributesEntries()
Removes all the entries added into UserAttributes.
|
SegmentDimensions |
SegmentDimensions.clone() |
SegmentDimensions |
WriteSegmentRequest.getDimensions()
The criteria that define the dimensions for the segment.
|
SegmentDimensions |
SegmentResponse.getDimensions()
The dimension settings for the segment.
|
SegmentDimensions |
SimpleCondition.getSegmentDimensions()
The dimension settings for the segment that's associated with the activity.
|
SegmentDimensions |
SegmentDimensions.withAttributes(Map<String,AttributeDimension> attributes)
One or more custom attributes to use as criteria for the segment.
|
SegmentDimensions |
SegmentDimensions.withBehavior(SegmentBehaviors behavior)
The behavior-based criteria, such as how recently users have used your app, for the segment.
|
SegmentDimensions |
SegmentDimensions.withDemographic(SegmentDemographics demographic)
The demographic-based criteria, such as device platform, for the segment.
|
SegmentDimensions |
SegmentDimensions.withLocation(SegmentLocation location)
The location-based criteria, such as region or GPS coordinates, for the segment.
|
SegmentDimensions |
SegmentDimensions.withMetrics(Map<String,MetricDimension> metrics)
One or more custom metrics to use as criteria for the segment.
|
SegmentDimensions |
SegmentDimensions.withUserAttributes(Map<String,AttributeDimension> userAttributes)
One or more custom user attributes to use as criteria for the segment.
|
| Modifier and Type | Method and Description |
|---|---|
List<SegmentDimensions> |
SegmentGroup.getDimensions()
An array that defines the dimensions for the segment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriteSegmentRequest.setDimensions(SegmentDimensions dimensions)
The criteria that define the dimensions for the segment.
|
void |
SegmentResponse.setDimensions(SegmentDimensions dimensions)
The dimension settings for the segment.
|
void |
SimpleCondition.setSegmentDimensions(SegmentDimensions segmentDimensions)
The dimension settings for the segment that's associated with the activity.
|
SegmentGroup |
SegmentGroup.withDimensions(SegmentDimensions... dimensions)
An array that defines the dimensions for the segment.
|
WriteSegmentRequest |
WriteSegmentRequest.withDimensions(SegmentDimensions dimensions)
The criteria that define the dimensions for the segment.
|
SegmentResponse |
SegmentResponse.withDimensions(SegmentDimensions dimensions)
The dimension settings for the segment.
|
SimpleCondition |
SimpleCondition.withSegmentDimensions(SegmentDimensions segmentDimensions)
The dimension settings for the segment that's associated with the activity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentGroup.setDimensions(Collection<SegmentDimensions> dimensions)
An array that defines the dimensions for the segment.
|
SegmentGroup |
SegmentGroup.withDimensions(Collection<SegmentDimensions> dimensions)
An array that defines the dimensions for the segment.
|
Copyright © 2021. All rights reserved.