Uses of Class
software.amazon.awssdk.services.kendraranking.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest 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 ListTagsForResourceRequest in software.amazon.awssdk.services.kendraranking
Methods in software.amazon.awssdk.services.kendraranking with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>KendraRankingAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets a list of tags associated with a specified resource.default ListTagsForResourceResponseKendraRankingClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets a list of tags associated with a specified resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.kendraranking.transform
Methods in software.amazon.awssdk.services.kendraranking.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-