Uses of Class
software.amazon.awssdk.services.customerprofiles.model.CalculatedAttributeValue
-
Packages that use CalculatedAttributeValue Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of CalculatedAttributeValue in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type CalculatedAttributeValue Modifier and Type Method Description List<CalculatedAttributeValue>BatchGetCalculatedAttributeForProfileResponse. calculatedAttributeValues()List of calculated attribute values retrieved.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type CalculatedAttributeValue Modifier and Type Method Description BatchGetCalculatedAttributeForProfileResponse.BuilderBatchGetCalculatedAttributeForProfileResponse.Builder. calculatedAttributeValues(CalculatedAttributeValue... calculatedAttributeValues)List of calculated attribute values retrieved.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type CalculatedAttributeValue Modifier and Type Method Description BatchGetCalculatedAttributeForProfileResponse.BuilderBatchGetCalculatedAttributeForProfileResponse.Builder. calculatedAttributeValues(Collection<CalculatedAttributeValue> calculatedAttributeValues)List of calculated attribute values retrieved.
-