| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentGroup |
SegmentGroup.clone() |
SegmentGroup |
SegmentGroup.withDimensions(Collection<SegmentDimensions> dimensions)
List of dimensions to include or exclude.
|
SegmentGroup |
SegmentGroup.withDimensions(SegmentDimensions... dimensions)
List of dimensions to include or exclude.
|
SegmentGroup |
SegmentGroup.withSourceSegments(Collection<SegmentReference> sourceSegments)
The base segment that you build your segment on.
|
SegmentGroup |
SegmentGroup.withSourceSegments(SegmentReference... sourceSegments)
The base segment that you build your segment on.
|
SegmentGroup |
SegmentGroup.withSourceType(SourceType sourceType)
Specify how to handle multiple source segments.
|
SegmentGroup |
SegmentGroup.withSourceType(String sourceType)
Specify how to handle multiple source segments.
|
SegmentGroup |
SegmentGroup.withType(String type)
Specify how to handle multiple segment dimensions.
|
SegmentGroup |
SegmentGroup.withType(Type type)
Specify how to handle multiple segment dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
List<SegmentGroup> |
SegmentGroupList.getGroups()
A set of segment criteria to evaluate.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentGroupList |
SegmentGroupList.withGroups(SegmentGroup... groups)
A set of segment criteria to evaluate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentGroupList.setGroups(Collection<SegmentGroup> groups)
A set of segment criteria to evaluate.
|
SegmentGroupList |
SegmentGroupList.withGroups(Collection<SegmentGroup> groups)
A set of segment criteria to evaluate.
|
Copyright © 2019. All rights reserved.