| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static RecencyType |
RecencyType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RecencyType |
RecencyDimension.recencyType()
The type of recency dimension to use for the segment.
|
static RecencyType |
RecencyType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RecencyType> |
RecencyType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RecencyDimension.Builder |
RecencyDimension.Builder.recencyType(RecencyType recencyType)
The type of recency dimension to use for the segment.
|
Copyright © 2023. All rights reserved.