Uses of Class
software.amazon.awssdk.services.customerprofiles.model.SegmentGroup
-
Packages that use SegmentGroup Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of SegmentGroup in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return SegmentGroup Modifier and Type Method Description SegmentGroupCreateSegmentDefinitionRequest. segmentGroups()Specifies the base segments and dimensions for a segment definition along with their respective relationship.SegmentGroupGetSegmentDefinitionResponse. segmentGroups()The segment criteria associated with this definition.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type SegmentGroup Modifier and Type Method Description CreateSegmentDefinitionRequest.BuilderCreateSegmentDefinitionRequest.Builder. segmentGroups(SegmentGroup segmentGroups)Specifies the base segments and dimensions for a segment definition along with their respective relationship.GetSegmentDefinitionResponse.BuilderGetSegmentDefinitionResponse.Builder. segmentGroups(SegmentGroup segmentGroups)The segment criteria associated with this definition.
-