| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeDimension |
AttributeDimension.clone() |
AttributeDimension |
AttributeDimension.withAttributeType(AttributeType attributeType)
The type of segment dimension to use.
|
AttributeDimension |
AttributeDimension.withAttributeType(String attributeType)
The type of segment dimension to use.
|
AttributeDimension |
AttributeDimension.withValues(Collection<String> values)
The criteria values to use for the segment dimension.
|
AttributeDimension |
AttributeDimension.withValues(String... values)
The criteria values to use for the segment dimension.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeDimension> |
EventDimensions.getAttributes()
One or more custom attributes that your app reports to Amazon Pinpoint.
|
Map<String,AttributeDimension> |
SegmentDimensions.getAttributes()
One or more custom attributes to use as criteria for the segment.
|
Map<String,AttributeDimension> |
SegmentDimensions.getUserAttributes()
One or more custom user attributes to use as criteria for the segment.
|
| Modifier and Type | Method and Description |
|---|---|
EventDimensions |
EventDimensions.addAttributesEntry(String key,
AttributeDimension value) |
SegmentDimensions |
SegmentDimensions.addAttributesEntry(String key,
AttributeDimension value) |
SegmentDimensions |
SegmentDimensions.addUserAttributesEntry(String key,
AttributeDimension value) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDimensions.setAttributes(Map<String,AttributeDimension> attributes)
One or more custom attributes that your app reports to Amazon Pinpoint.
|
void |
SegmentDimensions.setAttributes(Map<String,AttributeDimension> attributes)
One or more custom attributes to use as criteria for the segment.
|
void |
SegmentDimensions.setUserAttributes(Map<String,AttributeDimension> userAttributes)
One or more custom user attributes to use as criteria for the segment.
|
EventDimensions |
EventDimensions.withAttributes(Map<String,AttributeDimension> attributes)
One or more custom attributes that your app reports to Amazon Pinpoint.
|
SegmentDimensions |
SegmentDimensions.withAttributes(Map<String,AttributeDimension> attributes)
One or more custom attributes 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.
|
Copyright © 2019. All rights reserved.