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