Uses of Class
com.oracle.bmc.networkfirewall.responses.DeleteNatRuleResponse
-
Packages that use DeleteNatRuleResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of DeleteNatRuleResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return DeleteNatRuleResponse Modifier and Type Method Description DeleteNatRuleResponse
NetworkFirewall. deleteNatRule(DeleteNatRuleRequest request)
Deletes a NAT Rule resource with the given identifier.DeleteNatRuleResponse
NetworkFirewallClient. deleteNatRule(DeleteNatRuleRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type DeleteNatRuleResponse Modifier and Type Method Description Future<DeleteNatRuleResponse>
NetworkFirewallAsync. deleteNatRule(DeleteNatRuleRequest request, AsyncHandler<DeleteNatRuleRequest,DeleteNatRuleResponse> handler)
Deletes a NAT Rule resource with the given identifier.Future<DeleteNatRuleResponse>
NetworkFirewallAsyncClient. deleteNatRule(DeleteNatRuleRequest request, AsyncHandler<DeleteNatRuleRequest,DeleteNatRuleResponse> handler)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type DeleteNatRuleResponse Modifier and Type Method Description Future<DeleteNatRuleResponse>
NetworkFirewallAsync. deleteNatRule(DeleteNatRuleRequest request, AsyncHandler<DeleteNatRuleRequest,DeleteNatRuleResponse> handler)
Deletes a NAT Rule resource with the given identifier.Future<DeleteNatRuleResponse>
NetworkFirewallAsyncClient. deleteNatRule(DeleteNatRuleRequest request, AsyncHandler<DeleteNatRuleRequest,DeleteNatRuleResponse> handler)
-
Uses of DeleteNatRuleResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return DeleteNatRuleResponse Modifier and Type Method Description DeleteNatRuleResponse
DeleteNatRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type DeleteNatRuleResponse Modifier and Type Method Description DeleteNatRuleResponse.Builder
DeleteNatRuleResponse.Builder. copy(DeleteNatRuleResponse o)
Copy method to populate the builder with values from the given instance.
-