| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
RecencyDimension |
RecencyDimension.clone() |
RecencyDimension |
SegmentBehaviors.getRecency()
The dimension settings that are based on how recently an endpoint was active.
|
RecencyDimension |
RecencyDimension.withDuration(Duration duration)
The duration to use when determining whether an endpoint is active or inactive.
|
RecencyDimension |
RecencyDimension.withDuration(String duration)
The duration to use when determining whether an endpoint is active or inactive.
|
RecencyDimension |
RecencyDimension.withRecencyType(RecencyType recencyType)
The type of recency dimension to use for the segment.
|
RecencyDimension |
RecencyDimension.withRecencyType(String recencyType)
The type of recency dimension to use for the segment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentBehaviors.setRecency(RecencyDimension recency)
The dimension settings that are based on how recently an endpoint was active.
|
SegmentBehaviors |
SegmentBehaviors.withRecency(RecencyDimension recency)
The dimension settings that are based on how recently an endpoint was active.
|
Copyright © 2022. All rights reserved.