| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentDimensions |
SegmentDimensions.addAttributesEntry(String key,
AttributeDimension value) |
SegmentDimensions |
SegmentDimensions.addUserAttributesEntry(String key,
AttributeDimension value) |
SegmentDimensions |
SegmentDimensions.clearAttributesEntries()
Removes all the entries added into Attributes.
|
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.withUserAttributes(Map<String,AttributeDimension> userAttributes)
Custom segment user attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentResponse.setDimensions(SegmentDimensions dimensions)
The segment dimensions attributes.
|
void |
WriteSegmentRequest.setDimensions(SegmentDimensions dimensions)
The segment dimensions attributes.
|
SegmentResponse |
SegmentResponse.withDimensions(SegmentDimensions dimensions)
The segment dimensions attributes.
|
WriteSegmentRequest |
WriteSegmentRequest.withDimensions(SegmentDimensions dimensions)
The segment dimensions attributes.
|
Copyright © 2018. All rights reserved.