Uses of Class
software.amazon.awssdk.services.kendra.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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 UntagResourceRequest in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>KendraAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.kendra.transform
Methods in software.amazon.awssdk.services.kendra.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-