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