Uses of Class
software.amazon.awssdk.services.kendraranking.model.ListRescoreExecutionPlansResponse
-
Packages that use ListRescoreExecutionPlansResponse Package Description software.amazon.awssdk.services.kendraranking Amazon Kendra Intelligent Ranking uses Amazon Kendra semantic search capabilities to intelligently re-rank a search service's results.software.amazon.awssdk.services.kendraranking.paginators -
-
Uses of ListRescoreExecutionPlansResponse in software.amazon.awssdk.services.kendraranking
Methods in software.amazon.awssdk.services.kendraranking that return ListRescoreExecutionPlansResponse Modifier and Type Method Description default ListRescoreExecutionPlansResponseKendraRankingClient. listRescoreExecutionPlans(Consumer<ListRescoreExecutionPlansRequest.Builder> listRescoreExecutionPlansRequest)Lists your rescore execution plans.default ListRescoreExecutionPlansResponseKendraRankingClient. listRescoreExecutionPlans(ListRescoreExecutionPlansRequest listRescoreExecutionPlansRequest)Lists your rescore execution plans.Methods in software.amazon.awssdk.services.kendraranking that return types with arguments of type ListRescoreExecutionPlansResponse Modifier and Type Method Description default CompletableFuture<ListRescoreExecutionPlansResponse>KendraRankingAsyncClient. listRescoreExecutionPlans(Consumer<ListRescoreExecutionPlansRequest.Builder> listRescoreExecutionPlansRequest)Lists your rescore execution plans.default CompletableFuture<ListRescoreExecutionPlansResponse>KendraRankingAsyncClient. listRescoreExecutionPlans(ListRescoreExecutionPlansRequest listRescoreExecutionPlansRequest)Lists your rescore execution plans. -
Uses of ListRescoreExecutionPlansResponse in software.amazon.awssdk.services.kendraranking.paginators
Methods in software.amazon.awssdk.services.kendraranking.paginators that return types with arguments of type ListRescoreExecutionPlansResponse Modifier and Type Method Description Iterator<ListRescoreExecutionPlansResponse>ListRescoreExecutionPlansIterable. iterator()Method parameters in software.amazon.awssdk.services.kendraranking.paginators with type arguments of type ListRescoreExecutionPlansResponse Modifier and Type Method Description voidListRescoreExecutionPlansPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRescoreExecutionPlansResponse> subscriber)
-