| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentGroupList |
SegmentGroupList.clone() |
SegmentGroupList |
WriteSegmentRequest.getSegmentGroups()
The segment group to use and the dimensions to apply to the group's base segments in order to build the segment.
|
SegmentGroupList |
SegmentResponse.getSegmentGroups()
A list of one or more segment groups that apply to 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.
|
SegmentGroupList |
SegmentGroupList.withGroups(SegmentGroup... groups)
An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.
|
SegmentGroupList |
SegmentGroupList.withInclude(Include include)
Specifies how to handle multiple segment groups for the segment.
|
SegmentGroupList |
SegmentGroupList.withInclude(String include)
Specifies how to handle multiple segment groups for the segment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriteSegmentRequest.setSegmentGroups(SegmentGroupList segmentGroups)
The segment group to use and the dimensions to apply to the group's base segments in order to build the segment.
|
void |
SegmentResponse.setSegmentGroups(SegmentGroupList segmentGroups)
A list of one or more segment groups that apply to the segment.
|
WriteSegmentRequest |
WriteSegmentRequest.withSegmentGroups(SegmentGroupList segmentGroups)
The segment group to use and the dimensions to apply to the group's base segments in order to build the segment.
|
SegmentResponse |
SegmentResponse.withSegmentGroups(SegmentGroupList segmentGroups)
A list of one or more segment groups that apply to the segment.
|
Copyright © 2024. All rights reserved.