Uses of Class
software.amazon.awssdk.services.kendraranking.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.kendraranking
Methods in software.amazon.awssdk.services.kendraranking that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseKendraRankingClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag from a rescore execution plan.default UntagResourceResponseKendraRankingClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from a rescore execution plan.Methods in software.amazon.awssdk.services.kendraranking that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>KendraRankingAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag from a rescore execution plan.default CompletableFuture<UntagResourceResponse>KendraRankingAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from a rescore execution plan.
-