Uses of Class
software.amazon.awssdk.services.pinpoint.model.SegmentGroup
-
Packages that use SegmentGroup Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of SegmentGroup in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type SegmentGroup Modifier and Type Method Description List<SegmentGroup>SegmentGroupList. groups()An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type SegmentGroup Modifier and Type Method Description SegmentGroupList.BuilderSegmentGroupList.Builder. groups(SegmentGroup... groups)An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type SegmentGroup Modifier and Type Method Description SegmentGroupList.BuilderSegmentGroupList.Builder. groups(Collection<SegmentGroup> groups)An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.
-