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