| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentReference |
SegmentReference.clone() |
SegmentReference |
SegmentReference.withId(String id)
The unique identifier for the segment.
|
SegmentReference |
SegmentReference.withVersion(Integer version)
The version number of the segment.
|
| Modifier and Type | Method and Description |
|---|---|
List<SegmentReference> |
SegmentGroup.getSourceSegments()
The base segment to build the segment on.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentGroup |
SegmentGroup.withSourceSegments(SegmentReference... sourceSegments)
The base segment to build the segment on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentGroup.setSourceSegments(Collection<SegmentReference> sourceSegments)
The base segment to build the segment on.
|
SegmentGroup |
SegmentGroup.withSourceSegments(Collection<SegmentReference> sourceSegments)
The base segment to build the segment on.
|
Copyright © 2019. All rights reserved.