Uses of Class
software.amazon.awssdk.services.networkfirewall.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall.software.amazon.awssdk.services.networkfirewall.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>NetworkFirewallAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.networkfirewall.transform
Methods in software.amazon.awssdk.services.networkfirewall.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-