Uses of Class
software.amazon.awssdk.services.kendra.model.BatchDeleteFeaturedResultsSetError
-
Packages that use BatchDeleteFeaturedResultsSetError Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of BatchDeleteFeaturedResultsSetError in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type BatchDeleteFeaturedResultsSetError Modifier and Type Method Description List<BatchDeleteFeaturedResultsSetError>BatchDeleteFeaturedResultsSetResponse. errors()The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.Methods in software.amazon.awssdk.services.kendra.model with parameters of type BatchDeleteFeaturedResultsSetError Modifier and Type Method Description BatchDeleteFeaturedResultsSetResponse.BuilderBatchDeleteFeaturedResultsSetResponse.Builder. errors(BatchDeleteFeaturedResultsSetError... errors)The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type BatchDeleteFeaturedResultsSetError Modifier and Type Method Description BatchDeleteFeaturedResultsSetResponse.BuilderBatchDeleteFeaturedResultsSetResponse.Builder. errors(Collection<BatchDeleteFeaturedResultsSetError> errors)The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.
-