Uses of Class
software.amazon.awssdk.services.kendra.model.ConflictingItem
-
Packages that use ConflictingItem Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of ConflictingItem in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type ConflictingItem Modifier and Type Method Description List<ConflictingItem>FeaturedResultsConflictException. conflictingItems()A list of the conflicting queries, including the query text, the name for the featured results set, and the identifier of the featured results set.Methods in software.amazon.awssdk.services.kendra.model with parameters of type ConflictingItem Modifier and Type Method Description FeaturedResultsConflictException.BuilderFeaturedResultsConflictException.Builder. conflictingItems(ConflictingItem... conflictingItems)A list of the conflicting queries, including the query text, the name for the featured results set, and the identifier of the featured results set.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type ConflictingItem Modifier and Type Method Description FeaturedResultsConflictException.BuilderFeaturedResultsConflictException.Builder. conflictingItems(Collection<ConflictingItem> conflictingItems)A list of the conflicting queries, including the query text, the name for the featured results set, and the identifier of the featured results set.
-