Uses of Class
software.amazon.awssdk.services.kendra.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseKendraClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Gets a list of tags associated with a specified resource.default ListTagsForResourceResponseKendraClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets a list of tags associated with a specified resource.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>KendraAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Gets a list of tags associated with a specified resource.default CompletableFuture<ListTagsForResourceResponse>KendraAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets a list of tags associated with a specified resource.
-