Uses of Class
software.amazon.awssdk.services.pinpoint.model.RecencyType
-
Packages that use RecencyType Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of RecencyType in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return RecencyType Modifier and Type Method Description static RecencyTypeRecencyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecencyTypeRecencyDimension. recencyType()The type of recency dimension to use for the segment.static RecencyTypeRecencyType. valueOf(String name)Returns the enum constant of this type with the specified name.static RecencyType[]RecencyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type RecencyType Modifier and Type Method Description static Set<RecencyType>RecencyType. knownValues()Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type RecencyType Modifier and Type Method Description RecencyDimension.BuilderRecencyDimension.Builder. recencyType(RecencyType recencyType)The type of recency dimension to use for the segment.
-