| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SetDimension |
SetDimension.clone() |
SetDimension |
SegmentDemographics.getAppVersion()
The app version criteria for the segment.
|
SetDimension |
SegmentLocation.getCountry()
The country filter according to ISO 3166-1 Alpha-2 codes.
|
SetDimension |
SegmentDemographics.getDeviceType()
The device type criteria for the segment.
|
SetDimension |
SegmentDemographics.getMake()
The device make criteria for the segment.
|
SetDimension |
SegmentDemographics.getModel()
The device model criteria for the segment.
|
SetDimension |
SegmentDemographics.getPlatform()
The device platform criteria for the segment.
|
SetDimension |
SetDimension.withDimensionType(DimensionType dimensionType)
The type of dimension: INCLUSIVE – Endpoints that match the criteria are included in the segment.
|
SetDimension |
SetDimension.withDimensionType(String dimensionType)
The type of dimension: INCLUSIVE – Endpoints that match the criteria are included in the segment.
|
SetDimension |
SetDimension.withValues(Collection<String> values)
The criteria values for the segment dimension.
|
SetDimension |
SetDimension.withValues(String... values)
The criteria values for the segment dimension.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentDemographics.setAppVersion(SetDimension appVersion)
The app version criteria for the segment.
|
void |
SegmentLocation.setCountry(SetDimension country)
The country filter according to ISO 3166-1 Alpha-2 codes.
|
void |
SegmentDemographics.setDeviceType(SetDimension deviceType)
The device type criteria for the segment.
|
void |
SegmentDemographics.setMake(SetDimension make)
The device make criteria for the segment.
|
void |
SegmentDemographics.setModel(SetDimension model)
The device model criteria for the segment.
|
void |
SegmentDemographics.setPlatform(SetDimension platform)
The device platform criteria for the segment.
|
SegmentDemographics |
SegmentDemographics.withAppVersion(SetDimension appVersion)
The app version criteria for the segment.
|
SegmentLocation |
SegmentLocation.withCountry(SetDimension country)
The country filter according to ISO 3166-1 Alpha-2 codes.
|
SegmentDemographics |
SegmentDemographics.withDeviceType(SetDimension deviceType)
The device type criteria for the segment.
|
SegmentDemographics |
SegmentDemographics.withMake(SetDimension make)
The device make criteria for the segment.
|
SegmentDemographics |
SegmentDemographics.withModel(SetDimension model)
The device model criteria for the segment.
|
SegmentDemographics |
SegmentDemographics.withPlatform(SetDimension platform)
The device platform criteria for the segment.
|
Copyright © 2017. All rights reserved.