| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentGroupList |
SegmentGroupList.clone() |
SegmentGroupList |
SegmentResponse.getSegmentGroups()
A segment group, which consists of zero or more source segments, plus dimensions that are applied to those source
segments.
|
SegmentGroupList |
WriteSegmentRequest.getSegmentGroups()
A segment group, which consists of zero or more source segments, plus dimensions that are applied to those source
segments.
|
SegmentGroupList |
SegmentGroupList.withGroups(Collection<SegmentGroup> groups)
A set of segment criteria to evaluate.
|
SegmentGroupList |
SegmentGroupList.withGroups(SegmentGroup... groups)
A set of segment criteria to evaluate.
|
SegmentGroupList |
SegmentGroupList.withInclude(Include include)
Specify how to handle multiple segment groups.
|
SegmentGroupList |
SegmentGroupList.withInclude(String include)
Specify how to handle multiple segment groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentResponse.setSegmentGroups(SegmentGroupList segmentGroups)
A segment group, which consists of zero or more source segments, plus dimensions that are applied to those source
segments.
|
void |
WriteSegmentRequest.setSegmentGroups(SegmentGroupList segmentGroups)
A segment group, which consists of zero or more source segments, plus dimensions that are applied to those source
segments.
|
SegmentResponse |
SegmentResponse.withSegmentGroups(SegmentGroupList segmentGroups)
A segment group, which consists of zero or more source segments, plus dimensions that are applied to those source
segments.
|
WriteSegmentRequest |
WriteSegmentRequest.withSegmentGroups(SegmentGroupList segmentGroups)
A segment group, which consists of zero or more source segments, plus dimensions that are applied to those source
segments.
|
Copyright © 2019. All rights reserved.