Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListCalculatedAttributeDefinitionItem
-
Packages that use ListCalculatedAttributeDefinitionItem Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ListCalculatedAttributeDefinitionItem in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ListCalculatedAttributeDefinitionItem Modifier and Type Method Description List<ListCalculatedAttributeDefinitionItem>ListCalculatedAttributeDefinitionsResponse. items()The list of calculated attribute definitions.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type ListCalculatedAttributeDefinitionItem Modifier and Type Method Description ListCalculatedAttributeDefinitionsResponse.BuilderListCalculatedAttributeDefinitionsResponse.Builder. items(ListCalculatedAttributeDefinitionItem... items)The list of calculated attribute definitions.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type ListCalculatedAttributeDefinitionItem Modifier and Type Method Description ListCalculatedAttributeDefinitionsResponse.BuilderListCalculatedAttributeDefinitionsResponse.Builder. items(Collection<ListCalculatedAttributeDefinitionItem> items)The list of calculated attribute definitions.
-