| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static RecencyDimension.Builder |
RecencyDimension.builder() |
RecencyDimension.Builder |
RecencyDimension.Builder.duration(Duration duration)
The length of time during which users have been active or inactive with your app.
|
RecencyDimension.Builder |
RecencyDimension.Builder.duration(String duration)
The length of time during which users have been active or inactive with your app.
|
RecencyDimension.Builder |
RecencyDimension.Builder.recencyType(RecencyType recencyType)
The recency dimension type:
ACTIVE - Users who have used your app within the specified duration are included in the segment.
|
RecencyDimension.Builder |
RecencyDimension.Builder.recencyType(String recencyType)
The recency dimension type:
ACTIVE - Users who have used your app within the specified duration are included in the segment.
|
RecencyDimension.Builder |
RecencyDimension.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RecencyDimension.Builder> |
RecencyDimension.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SegmentBehaviors.Builder |
SegmentBehaviors.Builder.recency(Consumer<RecencyDimension.Builder> recency)
The recency of use.
|
Copyright © 2018. All rights reserved.