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