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.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return CreateNatRuleResponse Modifier and Type Method Description CreateNatRuleResponse
NetworkFirewall. createNatRule(CreateNatRuleRequest request)
Creates a new NAT Rule for the Network Firewall Policy.CreateNatRuleResponse
NetworkFirewallClient. 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.responses
Methods in com.oracle.bmc.networkfirewall.responses that return CreateNatRuleResponse Modifier and Type Method Description CreateNatRuleResponse
CreateNatRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type CreateNatRuleResponse Modifier and Type Method Description CreateNatRuleResponse.Builder
CreateNatRuleResponse.Builder. copy(CreateNatRuleResponse o)
Copy method to populate the builder with values from the given instance.
-