Uses of Class
software.amazon.awssdk.services.tnb.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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.software.amazon.awssdk.services.tnb.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.tnb
Methods in software.amazon.awssdk.services.tnb with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>TnbAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Untags an AWS TNB resource.default UntagResourceResponseTnbClient. untagResource(UntagResourceRequest untagResourceRequest)Untags an AWS TNB resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.tnb.transform
Methods in software.amazon.awssdk.services.tnb.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-