Uses of Class
software.amazon.awssdk.services.kendraranking.model.TagResourceResponse
-
Packages that use TagResourceResponse 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. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.kendraranking
Methods in software.amazon.awssdk.services.kendraranking that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseKendraRankingClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds a specified tag to a specified rescore execution plan.default TagResourceResponseKendraRankingClient. tagResource(TagResourceRequest tagResourceRequest)Adds a specified tag to a specified rescore execution plan.Methods in software.amazon.awssdk.services.kendraranking that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>KendraRankingAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds a specified tag to a specified rescore execution plan.default CompletableFuture<TagResourceResponse>KendraRankingAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds a specified tag to a specified rescore execution plan.
-