| 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 |
SegmentDemographics.getChannel()
The channel criteria for the segment.
|
SetDimension |
SegmentLocation.getCountry()
The country or region code, in ISO 3166-1 alpha-2 format, for the segment.
|
SetDimension |
SegmentDemographics.getDeviceType()
The device type criteria for the segment.
|
SetDimension |
EventDimensions.getEventType()
The name of the event that causes the campaign to be sent or the journey activity to be performed.
|
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 segment dimension to use.
|
SetDimension |
SetDimension.withDimensionType(String dimensionType)
The type of segment dimension to use.
|
SetDimension |
SetDimension.withValues(Collection<String> values)
The criteria values to use for the segment dimension.
|
SetDimension |
SetDimension.withValues(String... values)
The criteria values to use for the segment dimension.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentDemographics.setAppVersion(SetDimension appVersion)
The app version criteria for the segment.
|
void |
SegmentDemographics.setChannel(SetDimension channel)
The channel criteria for the segment.
|
void |
SegmentLocation.setCountry(SetDimension country)
The country or region code, in ISO 3166-1 alpha-2 format, for the segment.
|
void |
SegmentDemographics.setDeviceType(SetDimension deviceType)
The device type criteria for the segment.
|
void |
EventDimensions.setEventType(SetDimension eventType)
The name of the event that causes the campaign to be sent or the journey activity to be performed.
|
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.
|
SegmentDemographics |
SegmentDemographics.withChannel(SetDimension channel)
The channel criteria for the segment.
|
SegmentLocation |
SegmentLocation.withCountry(SetDimension country)
The country or region code, in ISO 3166-1 alpha-2 format, for the segment.
|
SegmentDemographics |
SegmentDemographics.withDeviceType(SetDimension deviceType)
The device type criteria for the segment.
|
EventDimensions |
EventDimensions.withEventType(SetDimension eventType)
The name of the event that causes the campaign to be sent or the journey activity to be performed.
|
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 © 2024. All rights reserved.