Uses of Class
software.amazon.awssdk.services.pinpoint.model.SetDimension
-
Packages that use SetDimension Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of SetDimension in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return SetDimension Modifier and Type Method Description SetDimensionSegmentDemographics. appVersion()The app version criteria for the segment.SetDimensionSegmentDemographics. channel()The channel criteria for the segment.SetDimensionSegmentLocation. country()The country or region code, in ISO 3166-1 alpha-2 format, for the segment.SetDimensionSegmentDemographics. deviceType()The device type criteria for the segment.SetDimensionEventDimensions. eventType()The name of the event that causes the campaign to be sent or the journey activity to be performed.SetDimensionSegmentDemographics. make()The device make criteria for the segment.SetDimensionSegmentDemographics. model()The device model criteria for the segment.SetDimensionSegmentDemographics. platform()The device platform criteria for the segment.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type SetDimension Modifier and Type Method Description SegmentDemographics.BuilderSegmentDemographics.Builder. appVersion(SetDimension appVersion)The app version criteria for the segment.SegmentDemographics.BuilderSegmentDemographics.Builder. channel(SetDimension channel)The channel criteria for the segment.SegmentLocation.BuilderSegmentLocation.Builder. country(SetDimension country)The country or region code, in ISO 3166-1 alpha-2 format, for the segment.SegmentDemographics.BuilderSegmentDemographics.Builder. deviceType(SetDimension deviceType)The device type criteria for the segment.EventDimensions.BuilderEventDimensions.Builder. eventType(SetDimension eventType)The name of the event that causes the campaign to be sent or the journey activity to be performed.SegmentDemographics.BuilderSegmentDemographics.Builder. make(SetDimension make)The device make criteria for the segment.SegmentDemographics.BuilderSegmentDemographics.Builder. model(SetDimension model)The device model criteria for the segment.SegmentDemographics.BuilderSegmentDemographics.Builder. platform(SetDimension platform)The device platform criteria for the segment.
-