Uses of Class
software.amazon.awssdk.services.customerprofiles.model.Group
-
Packages that use Group Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of Group in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type Group Modifier and Type Method Description List<Group>SegmentGroup. groups()Holds the list of groups within the segment definition.List<Group>SegmentGroupStructure. groups()Holds the list of groups within the segment definition.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type Group Modifier and Type Method Description SegmentGroup.BuilderSegmentGroup.Builder. groups(Group... groups)Holds the list of groups within the segment definition.SegmentGroupStructure.BuilderSegmentGroupStructure.Builder. groups(Group... groups)Holds the list of groups within the segment definition.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type Group Modifier and Type Method Description SegmentGroup.BuilderSegmentGroup.Builder. groups(Collection<Group> groups)Holds the list of groups within the segment definition.SegmentGroupStructure.BuilderSegmentGroupStructure.Builder. groups(Collection<Group> groups)Holds the list of groups within the segment definition.
-