Uses of Class
software.amazon.awssdk.services.entityresolution.model.ProviderSchemaAttribute
-
Packages that use ProviderSchemaAttribute Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of ProviderSchemaAttribute in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type ProviderSchemaAttribute Modifier and Type Method Description List<ProviderSchemaAttribute>ProviderComponentSchema. providerSchemaAttributes()The provider schema attributes.Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type ProviderSchemaAttribute Modifier and Type Method Description ProviderComponentSchema.BuilderProviderComponentSchema.Builder. providerSchemaAttributes(ProviderSchemaAttribute... providerSchemaAttributes)The provider schema attributes.Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type ProviderSchemaAttribute Modifier and Type Method Description ProviderComponentSchema.BuilderProviderComponentSchema.Builder. providerSchemaAttributes(Collection<ProviderSchemaAttribute> providerSchemaAttributes)The provider schema attributes.
-