Uses of Class
software.amazon.awssdk.services.pinpoint.model.SegmentReference
-
Packages that use SegmentReference Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of SegmentReference in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type SegmentReference Modifier and Type Method Description List<SegmentReference>SegmentGroup. sourceSegments()The base segment to build the segment on.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type SegmentReference Modifier and Type Method Description SegmentGroup.BuilderSegmentGroup.Builder. sourceSegments(SegmentReference... sourceSegments)The base segment to build the segment on.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type SegmentReference Modifier and Type Method Description SegmentGroup.BuilderSegmentGroup.Builder. sourceSegments(Collection<SegmentReference> sourceSegments)The base segment to build the segment on.
-