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