Uses of Class
software.amazon.awssdk.services.ivschat.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.ivschat Introduction -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.ivschat
Methods in software.amazon.awssdk.services.ivschat that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseIvschatClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or updates tags for the AWS resource with the specified ARN.default TagResourceResponseIvschatClient. tagResource(TagResourceRequest tagResourceRequest)Adds or updates tags for the AWS resource with the specified ARN.Methods in software.amazon.awssdk.services.ivschat that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>IvschatAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or updates tags for the AWS resource with the specified ARN.default CompletableFuture<TagResourceResponse>IvschatAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds or updates tags for the AWS resource with the specified ARN.
-