Uses of Class
software.amazon.awssdk.services.kendra.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseKendraClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag from an index, FAQ, or a data source.default UntagResourceResponseKendraClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from an index, FAQ, or a data source.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>KendraAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag from an index, FAQ, or a data source.default CompletableFuture<UntagResourceResponse>KendraAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from an index, FAQ, or a data source.
-