Uses of Class
software.amazon.awssdk.services.kendra.model.TagResourceRequest
-
Packages that use TagResourceRequest 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 TagResourceRequest in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>KendraAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tag to the specified index, FAQ, or data source resource.default TagResourceResponseKendraClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tag to the specified index, FAQ, or data source resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.kendra.transform
Methods in software.amazon.awssdk.services.kendra.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-