Uses of Class
software.amazon.awssdk.services.kendra.model.ConfluenceAttachmentToIndexFieldMapping
-
Packages that use ConfluenceAttachmentToIndexFieldMapping Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of ConfluenceAttachmentToIndexFieldMapping in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type ConfluenceAttachmentToIndexFieldMapping Modifier and Type Method Description List<ConfluenceAttachmentToIndexFieldMapping>ConfluenceAttachmentConfiguration. attachmentFieldMappings()Maps attributes or field names of Confluence attachments to Amazon Kendra index field names.Methods in software.amazon.awssdk.services.kendra.model with parameters of type ConfluenceAttachmentToIndexFieldMapping Modifier and Type Method Description ConfluenceAttachmentConfiguration.BuilderConfluenceAttachmentConfiguration.Builder. attachmentFieldMappings(ConfluenceAttachmentToIndexFieldMapping... attachmentFieldMappings)Maps attributes or field names of Confluence attachments to Amazon Kendra index field names.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type ConfluenceAttachmentToIndexFieldMapping Modifier and Type Method Description ConfluenceAttachmentConfiguration.BuilderConfluenceAttachmentConfiguration.Builder. attachmentFieldMappings(Collection<ConfluenceAttachmentToIndexFieldMapping> attachmentFieldMappings)Maps attributes or field names of Confluence attachments to Amazon Kendra index field names.
-