| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentGroup |
SegmentGroup.clone() |
SegmentGroup |
SegmentGroup.withDimensions(Collection<SegmentDimensions> dimensions)
An array that defines the dimensions for the segment.
|
SegmentGroup |
SegmentGroup.withDimensions(SegmentDimensions... dimensions)
An array that defines the dimensions for the segment.
|
SegmentGroup |
SegmentGroup.withSourceSegments(Collection<SegmentReference> sourceSegments)
The base segment to build the segment on.
|
SegmentGroup |
SegmentGroup.withSourceSegments(SegmentReference... sourceSegments)
The base segment to build the segment on.
|
SegmentGroup |
SegmentGroup.withSourceType(SourceType sourceType)
Specifies how to handle multiple base segments for the segment.
|
SegmentGroup |
SegmentGroup.withSourceType(String sourceType)
Specifies how to handle multiple base segments for the segment.
|
SegmentGroup |
SegmentGroup.withType(String type)
Specifies how to handle multiple dimensions for the segment.
|
SegmentGroup |
SegmentGroup.withType(Type type)
Specifies how to handle multiple dimensions for the segment.
|
| Modifier and Type | Method and Description |
|---|---|
List<SegmentGroup> |
SegmentGroupList.getGroups()
An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentGroupList |
SegmentGroupList.withGroups(SegmentGroup... groups)
An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentGroupList.setGroups(Collection<SegmentGroup> groups)
An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.
|
SegmentGroupList |
SegmentGroupList.withGroups(Collection<SegmentGroup> groups)
An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.
|
Copyright © 2025. All rights reserved.