| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static RecencyType |
RecencyType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
RecencyDimension.setRecencyType(RecencyType recencyType)
The recency dimension type: ACTIVE – Users who have used your app within the specified duration are included in
the segment.
|
RecencyDimension |
RecencyDimension.withRecencyType(RecencyType recencyType)
The recency dimension type: ACTIVE – Users who have used your app within the specified duration are included in
the segment.
|
Copyright © 2017. All rights reserved.