Uses of Class
software.amazon.awssdk.services.networkfirewall.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseNetworkFirewallClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the tags with the specified keys from the specified resource.default UntagResourceResponseNetworkFirewallClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the tags with the specified keys from the specified resource.Methods in software.amazon.awssdk.services.networkfirewall that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>NetworkFirewallAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the tags with the specified keys from the specified resource.default CompletableFuture<UntagResourceResponse>NetworkFirewallAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the tags with the specified keys from the specified resource.
-