| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
ListCalculatedAttributeDefinitionItem |
ListCalculatedAttributeDefinitionItem.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListCalculatedAttributeDefinitionItem |
ListCalculatedAttributeDefinitionItem.clearTagsEntries()
Removes all the entries added into Tags.
|
ListCalculatedAttributeDefinitionItem |
ListCalculatedAttributeDefinitionItem.clone() |
ListCalculatedAttributeDefinitionItem |
ListCalculatedAttributeDefinitionItem.withCalculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
|
ListCalculatedAttributeDefinitionItem |
ListCalculatedAttributeDefinitionItem.withCreatedAt(Date createdAt)
The threshold for the calculated attribute.
|
ListCalculatedAttributeDefinitionItem |
ListCalculatedAttributeDefinitionItem.withDescription(String description)
The threshold for the calculated attribute.
|
ListCalculatedAttributeDefinitionItem |
ListCalculatedAttributeDefinitionItem.withDisplayName(String displayName)
The display name of the calculated attribute.
|
ListCalculatedAttributeDefinitionItem |
ListCalculatedAttributeDefinitionItem.withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the calculated attribute definition was most recently edited.
|
ListCalculatedAttributeDefinitionItem |
ListCalculatedAttributeDefinitionItem.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListCalculatedAttributeDefinitionItem> |
ListCalculatedAttributeDefinitionsResult.getItems()
The list of calculated attribute definitions.
|
| Modifier and Type | Method and Description |
|---|---|
ListCalculatedAttributeDefinitionsResult |
ListCalculatedAttributeDefinitionsResult.withItems(ListCalculatedAttributeDefinitionItem... items)
The list of calculated attribute definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCalculatedAttributeDefinitionsResult.setItems(Collection<ListCalculatedAttributeDefinitionItem> items)
The list of calculated attribute definitions.
|
ListCalculatedAttributeDefinitionsResult |
ListCalculatedAttributeDefinitionsResult.withItems(Collection<ListCalculatedAttributeDefinitionItem> items)
The list of calculated attribute definitions.
|
Copyright © 2024. All rights reserved.