| 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 duration to use when determining whether an endpoint is active or inactive.
|
RecencyDimension.Builder |
RecencyDimension.Builder.duration(String duration)
The duration to use when determining whether an endpoint is active or inactive.
|
RecencyDimension.Builder |
RecencyDimension.Builder.recencyType(RecencyType recencyType)
The type of recency dimension to use for the segment.
|
RecencyDimension.Builder |
RecencyDimension.Builder.recencyType(String recencyType)
The type of recency dimension to use for 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 dimension settings that are based on how recently an endpoint was active.
|
Copyright © 2023. All rights reserved.