| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeDimension.Builder |
AttributeDimension.Builder.attributeType(AttributeType attributeType)
The type of dimension:
INCLUSIVE - Endpoints that match the criteria are included in the segment.
|
AttributeDimension.Builder |
AttributeDimension.Builder.attributeType(String attributeType)
The type of dimension:
INCLUSIVE - Endpoints that match the criteria are included in the segment.
|
static AttributeDimension.Builder |
AttributeDimension.builder() |
AttributeDimension.Builder |
AttributeDimension.toBuilder() |
AttributeDimension.Builder |
AttributeDimension.Builder.values(Collection<String> values)
The criteria values for the segment dimension.
|
AttributeDimension.Builder |
AttributeDimension.Builder.values(String... values)
The criteria values for the segment dimension.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttributeDimension.Builder> |
AttributeDimension.serializableBuilderClass() |
Copyright © 2018. All rights reserved.