Uses of Class
com.oracle.bmc.networkfirewall.responses.UpdateNatRuleResponse
-
Packages that use UpdateNatRuleResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of UpdateNatRuleResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return UpdateNatRuleResponse Modifier and Type Method Description UpdateNatRuleResponse
NetworkFirewall. updateNatRule(UpdateNatRuleRequest request)
Updates the NAT Rule with the given name in the network firewall policy.UpdateNatRuleResponse
NetworkFirewallClient. updateNatRule(UpdateNatRuleRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type UpdateNatRuleResponse Modifier and Type Method Description Future<UpdateNatRuleResponse>
NetworkFirewallAsync. updateNatRule(UpdateNatRuleRequest request, AsyncHandler<UpdateNatRuleRequest,UpdateNatRuleResponse> handler)
Updates the NAT Rule with the given name in the network firewall policy.Future<UpdateNatRuleResponse>
NetworkFirewallAsyncClient. updateNatRule(UpdateNatRuleRequest request, AsyncHandler<UpdateNatRuleRequest,UpdateNatRuleResponse> handler)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type UpdateNatRuleResponse Modifier and Type Method Description Future<UpdateNatRuleResponse>
NetworkFirewallAsync. updateNatRule(UpdateNatRuleRequest request, AsyncHandler<UpdateNatRuleRequest,UpdateNatRuleResponse> handler)
Updates the NAT Rule with the given name in the network firewall policy.Future<UpdateNatRuleResponse>
NetworkFirewallAsyncClient. updateNatRule(UpdateNatRuleRequest request, AsyncHandler<UpdateNatRuleRequest,UpdateNatRuleResponse> handler)
-
Uses of UpdateNatRuleResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return UpdateNatRuleResponse Modifier and Type Method Description UpdateNatRuleResponse
UpdateNatRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type UpdateNatRuleResponse Modifier and Type Method Description UpdateNatRuleResponse.Builder
UpdateNatRuleResponse.Builder. copy(UpdateNatRuleResponse o)
Copy method to populate the builder with values from the given instance.
-