Uses of Class
software.amazon.awssdk.services.kendra.model.DocumentMetadataConfiguration
-
Packages that use DocumentMetadataConfiguration Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of DocumentMetadataConfiguration in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type DocumentMetadataConfiguration Modifier and Type Method Description List<DocumentMetadataConfiguration>DescribeIndexResponse. documentMetadataConfigurations()Configuration information for document metadata or fields.List<DocumentMetadataConfiguration>UpdateIndexRequest. documentMetadataConfigurationUpdates()The document metadata configuration you want to update for the index.Methods in software.amazon.awssdk.services.kendra.model with parameters of type DocumentMetadataConfiguration Modifier and Type Method Description DescribeIndexResponse.BuilderDescribeIndexResponse.Builder. documentMetadataConfigurations(DocumentMetadataConfiguration... documentMetadataConfigurations)Configuration information for document metadata or fields.UpdateIndexRequest.BuilderUpdateIndexRequest.Builder. documentMetadataConfigurationUpdates(DocumentMetadataConfiguration... documentMetadataConfigurationUpdates)The document metadata configuration you want to update for the index.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type DocumentMetadataConfiguration Modifier and Type Method Description DescribeIndexResponse.BuilderDescribeIndexResponse.Builder. documentMetadataConfigurations(Collection<DocumentMetadataConfiguration> documentMetadataConfigurations)Configuration information for document metadata or fields.UpdateIndexRequest.BuilderUpdateIndexRequest.Builder. documentMetadataConfigurationUpdates(Collection<DocumentMetadataConfiguration> documentMetadataConfigurationUpdates)The document metadata configuration you want to update for the index.
-