| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentMetadataConfiguration> |
DescribeIndexResponse.documentMetadataConfigurations()
Configuration settings for any metadata applied to the documents in the index.
|
List<DocumentMetadataConfiguration> |
UpdateIndexRequest.documentMetadataConfigurationUpdates()
The document metadata to update.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.documentMetadataConfigurations(DocumentMetadataConfiguration... documentMetadataConfigurations)
Configuration settings for any metadata applied to the documents in the index.
|
UpdateIndexRequest.Builder |
UpdateIndexRequest.Builder.documentMetadataConfigurationUpdates(DocumentMetadataConfiguration... documentMetadataConfigurationUpdates)
The document metadata to update.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.documentMetadataConfigurations(Collection<DocumentMetadataConfiguration> documentMetadataConfigurations)
Configuration settings for any metadata applied to the documents in the index.
|
UpdateIndexRequest.Builder |
UpdateIndexRequest.Builder.documentMetadataConfigurationUpdates(Collection<DocumentMetadataConfiguration> documentMetadataConfigurationUpdates)
The document metadata to update.
|
Copyright © 2020. All rights reserved.