Uses of Class
software.amazon.awssdk.services.pinpoint.model.SegmentGroupList
-
Packages that use SegmentGroupList Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of SegmentGroupList in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return SegmentGroupList Modifier and Type Method Description SegmentGroupListSegmentResponse. segmentGroups()A list of one or more segment groups that apply to the segment.SegmentGroupListWriteSegmentRequest. segmentGroups()The segment group to use and the dimensions to apply to the group's base segments in order to build the segment.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type SegmentGroupList Modifier and Type Method Description SegmentResponse.BuilderSegmentResponse.Builder. segmentGroups(SegmentGroupList segmentGroups)A list of one or more segment groups that apply to the segment.WriteSegmentRequest.BuilderWriteSegmentRequest.Builder. segmentGroups(SegmentGroupList segmentGroups)The segment group to use and the dimensions to apply to the group's base segments in order to build the segment.
-