| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
ListCalculatedAttributeForProfileItem |
ListCalculatedAttributeForProfileItem.clone() |
ListCalculatedAttributeForProfileItem |
ListCalculatedAttributeForProfileItem.withCalculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
|
ListCalculatedAttributeForProfileItem |
ListCalculatedAttributeForProfileItem.withDisplayName(String displayName)
The display name of the calculated attribute.
|
ListCalculatedAttributeForProfileItem |
ListCalculatedAttributeForProfileItem.withIsDataPartial(String isDataPartial)
Indicates whether the calculated attribute’s value is based on partial data.
|
ListCalculatedAttributeForProfileItem |
ListCalculatedAttributeForProfileItem.withValue(String value)
The value of the calculated attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListCalculatedAttributeForProfileItem> |
ListCalculatedAttributesForProfileResult.getItems()
The list of calculated attributes.
|
| Modifier and Type | Method and Description |
|---|---|
ListCalculatedAttributesForProfileResult |
ListCalculatedAttributesForProfileResult.withItems(ListCalculatedAttributeForProfileItem... items)
The list of calculated attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCalculatedAttributesForProfileResult.setItems(Collection<ListCalculatedAttributeForProfileItem> items)
The list of calculated attributes.
|
ListCalculatedAttributesForProfileResult |
ListCalculatedAttributesForProfileResult.withItems(Collection<ListCalculatedAttributeForProfileItem> items)
The list of calculated attributes.
|
Copyright © 2025. All rights reserved.