Uses of Class
software.amazon.awssdk.services.kendra.model.FeaturedDocumentMissing
-
Packages that use FeaturedDocumentMissing Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of FeaturedDocumentMissing in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type FeaturedDocumentMissing Modifier and Type Method Description List<FeaturedDocumentMissing>DescribeFeaturedResultsSetResponse. featuredDocumentsMissing()The list of document IDs that don't exist but you have specified as featured documents.Methods in software.amazon.awssdk.services.kendra.model with parameters of type FeaturedDocumentMissing Modifier and Type Method Description DescribeFeaturedResultsSetResponse.BuilderDescribeFeaturedResultsSetResponse.Builder. featuredDocumentsMissing(FeaturedDocumentMissing... featuredDocumentsMissing)The list of document IDs that don't exist but you have specified as featured documents.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type FeaturedDocumentMissing Modifier and Type Method Description DescribeFeaturedResultsSetResponse.BuilderDescribeFeaturedResultsSetResponse.Builder. featuredDocumentsMissing(Collection<FeaturedDocumentMissing> featuredDocumentsMissing)The list of document IDs that don't exist but you have specified as featured documents.
-