Uses of Class
com.oracle.bmc.networkfirewall.requests.CreateNatRuleRequest
-
Packages that use CreateNatRuleRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of CreateNatRuleRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type CreateNatRuleRequest Modifier and Type Method Description CreateNatRuleResponse
NetworkFirewall. createNatRule(CreateNatRuleRequest request)
Creates a new NAT Rule for the Network Firewall Policy.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)
CreateNatRuleResponse
NetworkFirewallClient. createNatRule(CreateNatRuleRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type CreateNatRuleRequest 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 CreateNatRuleRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return CreateNatRuleRequest Modifier and Type Method Description CreateNatRuleRequest
CreateNatRuleRequest.Builder. build()
Build the instance of CreateNatRuleRequest as configured by this builderCreateNatRuleRequest
CreateNatRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateNatRuleRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type CreateNatRuleRequest Modifier and Type Method Description CreateNatRuleRequest.Builder
CreateNatRuleRequest.Builder. copy(CreateNatRuleRequest o)
Copy method to populate the builder with values from the given instance.
-