Uses of Class
software.amazon.awssdk.services.networkfirewall.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall.software.amazon.awssdk.services.networkfirewall.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>NetworkFirewallAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified resource.default TagResourceResponseNetworkFirewallClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.networkfirewall.transform
Methods in software.amazon.awssdk.services.networkfirewall.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-