Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.ivsrealtime Introduction -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseIvsRealTimeClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the resource with the specified ARN.default UntagResourceResponseIvsRealTimeClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the resource with the specified ARN.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>IvsRealTimeAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the resource with the specified ARN.default CompletableFuture<UntagResourceResponse>IvsRealTimeAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the resource with the specified ARN.
-