Uses of Class
com.oracle.bmc.networkfirewall.responses.CreateNatRuleResponse
- 
Packages that use CreateNatRuleResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses 
- 
- 
Uses of CreateNatRuleResponse in com.oracle.bmc.networkfirewallMethods in com.oracle.bmc.networkfirewall that return CreateNatRuleResponse Modifier and Type Method Description CreateNatRuleResponseNetworkFirewall. createNatRule(CreateNatRuleRequest request)Creates a new NAT Rule for the Network Firewall Policy.CreateNatRuleResponseNetworkFirewallClient. createNatRule(CreateNatRuleRequest request)Methods in com.oracle.bmc.networkfirewall that return types with arguments of type CreateNatRuleResponse Modifier and Type Method Description Future<CreateNatRuleResponse>NetworkFirewallAsync. createNatRule(CreateNatRuleRequest request, AsyncHandler<CreateNatRuleRequest,CreateNatRuleResponse> handler)Creates a new NAT Rule for the Network Firewall Policy.Future<CreateNatRuleResponse>NetworkFirewallAsyncClient. createNatRule(CreateNatRuleRequest request, AsyncHandler<CreateNatRuleRequest,CreateNatRuleResponse> handler)Method parameters in com.oracle.bmc.networkfirewall with type arguments of type CreateNatRuleResponse Modifier and Type Method Description Future<CreateNatRuleResponse>NetworkFirewallAsync. createNatRule(CreateNatRuleRequest request, AsyncHandler<CreateNatRuleRequest,CreateNatRuleResponse> handler)Creates a new NAT Rule for the Network Firewall Policy.Future<CreateNatRuleResponse>NetworkFirewallAsyncClient. createNatRule(CreateNatRuleRequest request, AsyncHandler<CreateNatRuleRequest,CreateNatRuleResponse> handler)
- 
Uses of CreateNatRuleResponse in com.oracle.bmc.networkfirewall.responsesMethods in com.oracle.bmc.networkfirewall.responses that return CreateNatRuleResponse Modifier and Type Method Description CreateNatRuleResponseCreateNatRuleResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type CreateNatRuleResponse Modifier and Type Method Description CreateNatRuleResponse.BuilderCreateNatRuleResponse.Builder. copy(CreateNatRuleResponse o)Copy method to populate the builder with values from the given instance.
 
-