Uses of Class
software.amazon.awssdk.services.kendra.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets.software.amazon.awssdk.services.kendra.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>KendraAsyncClient. listTagsForResource(ListTagsForResourceRequest 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. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.kendra.transform
Methods in software.amazon.awssdk.services.kendra.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-