Uses of Class
software.amazon.awssdk.services.privatenetworks.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.privatenetworks Amazon Web Services Private 5G is a managed service that makes it easy to deploy, operate, and scale your own private mobile network at your on-premises location. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.privatenetworks
Methods in software.amazon.awssdk.services.privatenetworks that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponsePrivateNetworksClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the specified resource.default UntagResourceResponsePrivateNetworksClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the specified resource.Methods in software.amazon.awssdk.services.privatenetworks that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>PrivateNetworksAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the specified resource.default CompletableFuture<UntagResourceResponse>PrivateNetworksAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the specified resource.
-