Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.ivsrealtime The Amazon Interactive Video Service (IVS) real-time API is REST compatible, using a standard HTTP API and an AWS EventBridge event stream for responses. -
-
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.
-