| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeDimension> |
EventDimensions.attributes()
Custom attributes that your app reports to Amazon Pinpoint.
|
Map<String,AttributeDimension> |
SegmentDimensions.attributes()
Custom segment attributes.
|
Map<String,AttributeDimension> |
SegmentDimensions.userAttributes()
Custom segment user attributes.
|
| Modifier and Type | Method and Description |
|---|---|
EventDimensions.Builder |
EventDimensions.Builder.attributes(Map<String,AttributeDimension> attributes)
Custom attributes that your app reports to Amazon Pinpoint.
|
SegmentDimensions.Builder |
SegmentDimensions.Builder.attributes(Map<String,AttributeDimension> attributes)
Custom segment attributes.
|
SegmentDimensions.Builder |
SegmentDimensions.Builder.userAttributes(Map<String,AttributeDimension> userAttributes)
Custom segment user attributes.
|
Copyright © 2018. All rights reserved.