Uses of Class
software.amazon.awssdk.services.tnb.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.tnb Amazon Web Services Telco Network Builder (TNB) is a network automation service that helps you deploy and manage telecom networks. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.tnb
Methods in software.amazon.awssdk.services.tnb that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseTnbClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Untags an AWS TNB resource.default UntagResourceResponseTnbClient. untagResource(UntagResourceRequest untagResourceRequest)Untags an AWS TNB resource.Methods in software.amazon.awssdk.services.tnb that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>TnbAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Untags an AWS TNB resource.default CompletableFuture<UntagResourceResponse>TnbAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Untags an AWS TNB resource.
-