| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentDimensions |
WriteSegmentRequest.dimensions()
The criteria that define the dimensions for the segment.
|
SegmentDimensions |
SegmentResponse.dimensions()
The dimension settings for the segment.
|
SegmentDimensions |
SimpleCondition.segmentDimensions()
The dimension settings for the segment that's associated with the activity.
|
| Modifier and Type | Method and Description |
|---|---|
List<SegmentDimensions> |
SegmentGroup.dimensions()
An array that defines the dimensions for the segment.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentGroup.Builder |
SegmentGroup.Builder.dimensions(SegmentDimensions... dimensions)
An array that defines the dimensions for the segment.
|
WriteSegmentRequest.Builder |
WriteSegmentRequest.Builder.dimensions(SegmentDimensions dimensions)
The criteria that define the dimensions for the segment.
|
SegmentResponse.Builder |
SegmentResponse.Builder.dimensions(SegmentDimensions dimensions)
The dimension settings for the segment.
|
SimpleCondition.Builder |
SimpleCondition.Builder.segmentDimensions(SegmentDimensions segmentDimensions)
The dimension settings for the segment that's associated with the activity.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentGroup.Builder |
SegmentGroup.Builder.dimensions(Collection<SegmentDimensions> dimensions)
An array that defines the dimensions for the segment.
|
Copyright © 2023. All rights reserved.