Uses of Class
software.amazon.awssdk.services.comprehend.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseComprehendClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates a specific tag with an Amazon Comprehend resource.default TagResourceResponseComprehendClient. tagResource(TagResourceRequest tagResourceRequest)Associates a specific tag with an Amazon Comprehend resource.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ComprehendAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates a specific tag with an Amazon Comprehend resource.default CompletableFuture<TagResourceResponse>ComprehendAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associates a specific tag with an Amazon Comprehend resource.
-