Uses of Class
software.amazon.awssdk.services.kendraranking.model.TagResourceRequest
-
Packages that use TagResourceRequest 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.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.kendraranking
Methods in software.amazon.awssdk.services.kendraranking with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>KendraRankingAsyncClient. tagResource(TagResourceRequest 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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.kendraranking.transform
Methods in software.amazon.awssdk.services.kendraranking.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-