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