Uses of Class
software.amazon.awssdk.services.entityresolution.model.OutputAttribute
-
Packages that use OutputAttribute Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of OutputAttribute in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type OutputAttribute Modifier and Type Method Description List<OutputAttribute>OutputSource. output()A list ofOutputAttributeobjects, each of which have the fieldsNameandHashed.Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type OutputAttribute Modifier and Type Method Description OutputSource.BuilderOutputSource.Builder. output(OutputAttribute... output)A list ofOutputAttributeobjects, each of which have the fieldsNameandHashed.Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type OutputAttribute Modifier and Type Method Description OutputSource.BuilderOutputSource.Builder. output(Collection<OutputAttribute> output)A list ofOutputAttributeobjects, each of which have the fieldsNameandHashed.
-