| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeDimension> |
EventDimensions.attributes()
One or more custom attributes that your app reports to Amazon Pinpoint.
|
Map<String,AttributeDimension> |
SegmentDimensions.attributes()
One or more custom attributes to use as criteria for the segment.
|
Map<String,AttributeDimension> |
SegmentDimensions.userAttributes()
One or more custom user attributes to use as criteria for the segment.
|
| Modifier and Type | Method and Description |
|---|---|
EventDimensions.Builder |
EventDimensions.Builder.attributes(Map<String,AttributeDimension> attributes)
One or more custom attributes that your app reports to Amazon Pinpoint.
|
SegmentDimensions.Builder |
SegmentDimensions.Builder.attributes(Map<String,AttributeDimension> attributes)
One or more custom attributes to use as criteria for the segment.
|
SegmentDimensions.Builder |
SegmentDimensions.Builder.userAttributes(Map<String,AttributeDimension> userAttributes)
One or more custom user attributes to use as criteria for the segment.
|
Copyright © 2019. All rights reserved.