Uses of Interface
software.amazon.awssdk.services.pinpoint.model.RecencyDimension.Builder
-
Packages that use RecencyDimension.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of RecencyDimension.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return RecencyDimension.Builder Modifier and Type Method Description static RecencyDimension.BuilderRecencyDimension. builder()RecencyDimension.BuilderRecencyDimension.Builder. duration(String duration)The duration to use when determining whether an endpoint is active or inactive.RecencyDimension.BuilderRecencyDimension.Builder. duration(Duration duration)The duration to use when determining whether an endpoint is active or inactive.RecencyDimension.BuilderRecencyDimension.Builder. recencyType(String recencyType)The type of recency dimension to use for the segment.RecencyDimension.BuilderRecencyDimension.Builder. recencyType(RecencyType recencyType)The type of recency dimension to use for the segment.RecencyDimension.BuilderRecencyDimension. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type RecencyDimension.Builder Modifier and Type Method Description static Class<? extends RecencyDimension.Builder>RecencyDimension. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type RecencyDimension.Builder Modifier and Type Method Description default SegmentBehaviors.BuilderSegmentBehaviors.Builder. recency(Consumer<RecencyDimension.Builder> recency)The dimension settings that are based on how recently an endpoint was active.
-