| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeDetails |
AttributeDetails.clone() |
AttributeDetails |
GetCalculatedAttributeDefinitionResult.getAttributeDetails()
Mathematical expression and a list of attribute items specified in that expression.
|
AttributeDetails |
CreateCalculatedAttributeDefinitionResult.getAttributeDetails()
Mathematical expression and a list of attribute items specified in that expression.
|
AttributeDetails |
CreateCalculatedAttributeDefinitionRequest.getAttributeDetails()
Mathematical expression and a list of attribute items specified in that expression.
|
AttributeDetails |
UpdateCalculatedAttributeDefinitionResult.getAttributeDetails()
The mathematical expression and a list of attribute items specified in that expression.
|
AttributeDetails |
AttributeDetails.withAttributes(AttributeItem... attributes)
A list of attribute items specified in the mathematical expression.
|
AttributeDetails |
AttributeDetails.withAttributes(Collection<AttributeItem> attributes)
A list of attribute items specified in the mathematical expression.
|
AttributeDetails |
AttributeDetails.withExpression(String expression)
Mathematical expression that is performed on attribute items provided in the attribute list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCalculatedAttributeDefinitionResult.setAttributeDetails(AttributeDetails attributeDetails)
Mathematical expression and a list of attribute items specified in that expression.
|
void |
CreateCalculatedAttributeDefinitionResult.setAttributeDetails(AttributeDetails attributeDetails)
Mathematical expression and a list of attribute items specified in that expression.
|
void |
CreateCalculatedAttributeDefinitionRequest.setAttributeDetails(AttributeDetails attributeDetails)
Mathematical expression and a list of attribute items specified in that expression.
|
void |
UpdateCalculatedAttributeDefinitionResult.setAttributeDetails(AttributeDetails attributeDetails)
The mathematical expression and a list of attribute items specified in that expression.
|
GetCalculatedAttributeDefinitionResult |
GetCalculatedAttributeDefinitionResult.withAttributeDetails(AttributeDetails attributeDetails)
Mathematical expression and a list of attribute items specified in that expression.
|
CreateCalculatedAttributeDefinitionResult |
CreateCalculatedAttributeDefinitionResult.withAttributeDetails(AttributeDetails attributeDetails)
Mathematical expression and a list of attribute items specified in that expression.
|
CreateCalculatedAttributeDefinitionRequest |
CreateCalculatedAttributeDefinitionRequest.withAttributeDetails(AttributeDetails attributeDetails)
Mathematical expression and a list of attribute items specified in that expression.
|
UpdateCalculatedAttributeDefinitionResult |
UpdateCalculatedAttributeDefinitionResult.withAttributeDetails(AttributeDetails attributeDetails)
The mathematical expression and a list of attribute items specified in that expression.
|
Copyright © 2023. All rights reserved.