Uses of Class
com.oracle.bmc.networkfirewall.requests.UpdateNatRuleRequest
-
Packages that use UpdateNatRuleRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of UpdateNatRuleRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type UpdateNatRuleRequest Modifier and Type Method Description UpdateNatRuleResponse
NetworkFirewall. updateNatRule(UpdateNatRuleRequest request)
Updates the NAT Rule with the given name in the network firewall policy.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)
UpdateNatRuleResponse
NetworkFirewallClient. updateNatRule(UpdateNatRuleRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type UpdateNatRuleRequest 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 UpdateNatRuleRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return UpdateNatRuleRequest Modifier and Type Method Description UpdateNatRuleRequest
UpdateNatRuleRequest.Builder. build()
Build the instance of UpdateNatRuleRequest as configured by this builderUpdateNatRuleRequest
UpdateNatRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateNatRuleRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type UpdateNatRuleRequest Modifier and Type Method Description UpdateNatRuleRequest.Builder
UpdateNatRuleRequest.Builder. copy(UpdateNatRuleRequest o)
Copy method to populate the builder with values from the given instance.
-