| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
RecencyDimension |
RecencyDimension.clone() |
RecencyDimension |
SegmentBehaviors.getRecency()
The recency of use.
|
RecencyDimension |
RecencyDimension.withDuration(Duration duration)
The length of time during which users have been active or inactive with your app.
|
RecencyDimension |
RecencyDimension.withDuration(String duration)
The length of time during which users have been active or inactive with your app.
|
RecencyDimension |
RecencyDimension.withRecencyType(RecencyType recencyType)
The recency dimension type: ACTIVE - Users who have used your app within the specified duration are included in
the segment.
|
RecencyDimension |
RecencyDimension.withRecencyType(String recencyType)
The recency dimension type: ACTIVE - Users who have used your app within the specified duration are included in
the segment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentBehaviors.setRecency(RecencyDimension recency)
The recency of use.
|
SegmentBehaviors |
SegmentBehaviors.withRecency(RecencyDimension recency)
The recency of use.
|
Copyright © 2018. All rights reserved.