| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
default SegmentDemographics.Builder |
SegmentDemographics.Builder.appVersion(Consumer<SetDimension.Builder> appVersion)
The app version criteria for the segment.
|
SegmentDemographics.Builder |
SegmentDemographics.Builder.appVersion(SetDimension appVersion)
The app version criteria for the segment.
|
static SegmentDemographics.Builder |
SegmentDemographics.builder() |
default SegmentDemographics.Builder |
SegmentDemographics.Builder.channel(Consumer<SetDimension.Builder> channel)
The channel criteria for the segment.
|
SegmentDemographics.Builder |
SegmentDemographics.Builder.channel(SetDimension channel)
The channel criteria for the segment.
|
default SegmentDemographics.Builder |
SegmentDemographics.Builder.deviceType(Consumer<SetDimension.Builder> deviceType)
The device type criteria for the segment.
|
SegmentDemographics.Builder |
SegmentDemographics.Builder.deviceType(SetDimension deviceType)
The device type criteria for the segment.
|
default SegmentDemographics.Builder |
SegmentDemographics.Builder.make(Consumer<SetDimension.Builder> make)
The device make criteria for the segment.
|
SegmentDemographics.Builder |
SegmentDemographics.Builder.make(SetDimension make)
The device make criteria for the segment.
|
default SegmentDemographics.Builder |
SegmentDemographics.Builder.model(Consumer<SetDimension.Builder> model)
The device model criteria for the segment.
|
SegmentDemographics.Builder |
SegmentDemographics.Builder.model(SetDimension model)
The device model criteria for the segment.
|
default SegmentDemographics.Builder |
SegmentDemographics.Builder.platform(Consumer<SetDimension.Builder> platform)
The device platform criteria for the segment.
|
SegmentDemographics.Builder |
SegmentDemographics.Builder.platform(SetDimension platform)
The device platform criteria for the segment.
|
SegmentDemographics.Builder |
SegmentDemographics.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SegmentDemographics.Builder> |
SegmentDemographics.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SegmentDimensions.Builder |
SegmentDimensions.Builder.demographic(Consumer<SegmentDemographics.Builder> demographic)
The demographic-based criteria, such as device platform, for the segment.
|
Copyright © 2019. All rights reserved.