Uses of Class
software.amazon.awssdk.services.kendra.model.SubmitFeedbackResponse
-
Packages that use SubmitFeedbackResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of SubmitFeedbackResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return SubmitFeedbackResponse Modifier and Type Method Description default SubmitFeedbackResponseKendraClient. submitFeedback(Consumer<SubmitFeedbackRequest.Builder> submitFeedbackRequest)Enables you to provide feedback to Amazon Kendra to improve the performance of your index.default SubmitFeedbackResponseKendraClient. submitFeedback(SubmitFeedbackRequest submitFeedbackRequest)Enables you to provide feedback to Amazon Kendra to improve the performance of your index.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type SubmitFeedbackResponse Modifier and Type Method Description default CompletableFuture<SubmitFeedbackResponse>KendraAsyncClient. submitFeedback(Consumer<SubmitFeedbackRequest.Builder> submitFeedbackRequest)Enables you to provide feedback to Amazon Kendra to improve the performance of your index.default CompletableFuture<SubmitFeedbackResponse>KendraAsyncClient. submitFeedback(SubmitFeedbackRequest submitFeedbackRequest)Enables you to provide feedback to Amazon Kendra to improve the performance of your index.
-