Uses of Class
software.amazon.awssdk.services.pinpoint.model.SegmentDimensions
-
Packages that use SegmentDimensions Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of SegmentDimensions in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return SegmentDimensions Modifier and Type Method Description SegmentDimensionsSegmentResponse. dimensions()The dimension settings for the segment.SegmentDimensionsWriteSegmentRequest. dimensions()The criteria that define the dimensions for the segment.SegmentDimensionsSimpleCondition. segmentDimensions()The dimension settings for the segment that's associated with the activity.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type SegmentDimensions Modifier and Type Method Description List<SegmentDimensions>SegmentGroup. dimensions()An array that defines the dimensions for the segment.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type SegmentDimensions Modifier and Type Method Description SegmentGroup.BuilderSegmentGroup.Builder. dimensions(SegmentDimensions... dimensions)An array that defines the dimensions for the segment.SegmentResponse.BuilderSegmentResponse.Builder. dimensions(SegmentDimensions dimensions)The dimension settings for the segment.WriteSegmentRequest.BuilderWriteSegmentRequest.Builder. dimensions(SegmentDimensions dimensions)The criteria that define the dimensions for the segment.SimpleCondition.BuilderSimpleCondition.Builder. segmentDimensions(SegmentDimensions segmentDimensions)The dimension settings for the segment that's associated with the activity.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type SegmentDimensions Modifier and Type Method Description SegmentGroup.BuilderSegmentGroup.Builder. dimensions(Collection<SegmentDimensions> dimensions)An array that defines the dimensions for the segment.
-