Uses of Class
software.amazon.awssdk.services.customerprofiles.model.SourceSegment
-
Packages that use SourceSegment Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of SourceSegment in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type SourceSegment Modifier and Type Method Description List<SourceSegment>Group. sourceSegments()Defines the starting source of data.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type SourceSegment Modifier and Type Method Description Group.BuilderGroup.Builder. sourceSegments(SourceSegment... sourceSegments)Defines the starting source of data.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type SourceSegment Modifier and Type Method Description Group.BuilderGroup.Builder. sourceSegments(Collection<SourceSegment> sourceSegments)Defines the starting source of data.
-