Uses of Class
com.oracle.bmc.networkfirewall.requests.DeleteNatRuleRequest
-
Packages that use DeleteNatRuleRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of DeleteNatRuleRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type DeleteNatRuleRequest Modifier and Type Method Description DeleteNatRuleResponse
NetworkFirewall. deleteNatRule(DeleteNatRuleRequest request)
Deletes a NAT Rule resource with the given identifier.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)
DeleteNatRuleResponse
NetworkFirewallClient. deleteNatRule(DeleteNatRuleRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type DeleteNatRuleRequest 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 DeleteNatRuleRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return DeleteNatRuleRequest Modifier and Type Method Description DeleteNatRuleRequest
DeleteNatRuleRequest.Builder. build()
Build the instance of DeleteNatRuleRequest as configured by this builderDeleteNatRuleRequest
DeleteNatRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteNatRuleRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type DeleteNatRuleRequest Modifier and Type Method Description DeleteNatRuleRequest.Builder
DeleteNatRuleRequest.Builder. copy(DeleteNatRuleRequest o)
Copy method to populate the builder with values from the given instance.
-