Uses of Class
software.amazon.awssdk.services.kendra.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseKendraClient. tagResource(Consumer<TagResourceRequest.Builder> 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.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>KendraAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tag to the specified index, FAQ, or data source resource.default CompletableFuture<TagResourceResponse>KendraAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tag to the specified index, FAQ, or data source resource.
-