| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static DimensionType |
DimensionType.fromValue(String value)
Use this in place of valueOf.
|
static DimensionType |
DimensionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DimensionType[] |
DimensionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetDimension.setDimensionType(DimensionType dimensionType)
The type of dimension:
INCLUSIVE - Endpoints that match the criteria are included in the segment.
|
SetDimension |
SetDimension.withDimensionType(DimensionType dimensionType)
The type of dimension:
INCLUSIVE - Endpoints that match the criteria are included in the segment.
|
Copyright © 2019. All rights reserved.