| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentDimensions |
SegmentDimensions.addAttributesEntry(String key,
AttributeDimension value) |
SegmentDimensions |
SegmentDimensions.addMetricsEntry(String key,
MetricDimension value) |
SegmentDimensions |
SegmentDimensions.addUserAttributesEntry(String key,
AttributeDimension value) |
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 |
SegmentResponse.getDimensions()
The segment dimensions attributes.
|
SegmentDimensions |
WriteSegmentRequest.getDimensions()
The segment dimensions attributes.
|
SegmentDimensions |
SegmentDimensions.withAttributes(Map<String,AttributeDimension> attributes)
Custom segment attributes.
|
SegmentDimensions |
SegmentDimensions.withBehavior(SegmentBehaviors behavior)
The segment behaviors attributes.
|
SegmentDimensions |
SegmentDimensions.withDemographic(SegmentDemographics demographic)
The segment demographics attributes.
|
SegmentDimensions |
SegmentDimensions.withLocation(SegmentLocation location)
The segment location attributes.
|
SegmentDimensions |
SegmentDimensions.withMetrics(Map<String,MetricDimension> metrics)
Custom segment metrics.
|
SegmentDimensions |
SegmentDimensions.withUserAttributes(Map<String,AttributeDimension> userAttributes)
Custom segment user attributes.
|
| Modifier and Type | Method and Description |
|---|---|
List<SegmentDimensions> |
SegmentGroup.getDimensions()
List of dimensions to include or exclude.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentResponse.setDimensions(SegmentDimensions dimensions)
The segment dimensions attributes.
|
void |
WriteSegmentRequest.setDimensions(SegmentDimensions dimensions)
The segment dimensions attributes.
|
SegmentGroup |
SegmentGroup.withDimensions(SegmentDimensions... dimensions)
List of dimensions to include or exclude.
|
SegmentResponse |
SegmentResponse.withDimensions(SegmentDimensions dimensions)
The segment dimensions attributes.
|
WriteSegmentRequest |
WriteSegmentRequest.withDimensions(SegmentDimensions dimensions)
The segment dimensions attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentGroup.setDimensions(Collection<SegmentDimensions> dimensions)
List of dimensions to include or exclude.
|
SegmentGroup |
SegmentGroup.withDimensions(Collection<SegmentDimensions> dimensions)
List of dimensions to include or exclude.
|
Copyright © 2018. All rights reserved.