| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeDimension |
AttributeDimension.clone() |
AttributeDimension |
AttributeDimension.withAttributeType(AttributeType attributeType)
The type of dimension:
INCLUSIVE - Endpoints that match the criteria are included in the segment.
|
AttributeDimension |
AttributeDimension.withAttributeType(String attributeType)
The type of dimension:
INCLUSIVE - Endpoints that match the criteria are included in the segment.
|
AttributeDimension |
AttributeDimension.withValues(Collection<String> values)
The criteria values for the segment dimension.
|
AttributeDimension |
AttributeDimension.withValues(String... values)
The criteria values for the segment dimension.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeDimension> |
EventDimensions.getAttributes()
Custom attributes that your app reports to Amazon Pinpoint.
|
Map<String,AttributeDimension> |
SegmentDimensions.getAttributes()
Custom segment attributes.
|
Map<String,AttributeDimension> |
SegmentDimensions.getUserAttributes()
Custom segment user attributes.
|
| 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)
Custom attributes that your app reports to Amazon Pinpoint.
|
void |
SegmentDimensions.setAttributes(Map<String,AttributeDimension> attributes)
Custom segment attributes.
|
void |
SegmentDimensions.setUserAttributes(Map<String,AttributeDimension> userAttributes)
Custom segment user attributes.
|
EventDimensions |
EventDimensions.withAttributes(Map<String,AttributeDimension> attributes)
Custom attributes that your app reports to Amazon Pinpoint.
|
SegmentDimensions |
SegmentDimensions.withAttributes(Map<String,AttributeDimension> attributes)
Custom segment attributes.
|
SegmentDimensions |
SegmentDimensions.withUserAttributes(Map<String,AttributeDimension> userAttributes)
Custom segment user attributes.
|
Copyright © 2019. All rights reserved.