Uses of Class
com.oracle.bmc.networkfirewall.responses.UpdateTunnelInspectionRuleResponse
- 
Packages that use UpdateTunnelInspectionRuleResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses 
- 
- 
Uses of UpdateTunnelInspectionRuleResponse in com.oracle.bmc.networkfirewallMethods in com.oracle.bmc.networkfirewall that return UpdateTunnelInspectionRuleResponse Modifier and Type Method Description UpdateTunnelInspectionRuleResponseNetworkFirewall. updateTunnelInspectionRule(UpdateTunnelInspectionRuleRequest request)Updates the tunnel inspection rule with the given name in the network firewall policy.UpdateTunnelInspectionRuleResponseNetworkFirewallClient. updateTunnelInspectionRule(UpdateTunnelInspectionRuleRequest request)Methods in com.oracle.bmc.networkfirewall that return types with arguments of type UpdateTunnelInspectionRuleResponse Modifier and Type Method Description Future<UpdateTunnelInspectionRuleResponse>NetworkFirewallAsync. updateTunnelInspectionRule(UpdateTunnelInspectionRuleRequest request, AsyncHandler<UpdateTunnelInspectionRuleRequest,UpdateTunnelInspectionRuleResponse> handler)Updates the tunnel inspection rule with the given name in the network firewall policy.Future<UpdateTunnelInspectionRuleResponse>NetworkFirewallAsyncClient. updateTunnelInspectionRule(UpdateTunnelInspectionRuleRequest request, AsyncHandler<UpdateTunnelInspectionRuleRequest,UpdateTunnelInspectionRuleResponse> handler)Method parameters in com.oracle.bmc.networkfirewall with type arguments of type UpdateTunnelInspectionRuleResponse Modifier and Type Method Description Future<UpdateTunnelInspectionRuleResponse>NetworkFirewallAsync. updateTunnelInspectionRule(UpdateTunnelInspectionRuleRequest request, AsyncHandler<UpdateTunnelInspectionRuleRequest,UpdateTunnelInspectionRuleResponse> handler)Updates the tunnel inspection rule with the given name in the network firewall policy.Future<UpdateTunnelInspectionRuleResponse>NetworkFirewallAsyncClient. updateTunnelInspectionRule(UpdateTunnelInspectionRuleRequest request, AsyncHandler<UpdateTunnelInspectionRuleRequest,UpdateTunnelInspectionRuleResponse> handler)
- 
Uses of UpdateTunnelInspectionRuleResponse in com.oracle.bmc.networkfirewall.responsesMethods in com.oracle.bmc.networkfirewall.responses that return UpdateTunnelInspectionRuleResponse Modifier and Type Method Description UpdateTunnelInspectionRuleResponseUpdateTunnelInspectionRuleResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type UpdateTunnelInspectionRuleResponse Modifier and Type Method Description UpdateTunnelInspectionRuleResponse.BuilderUpdateTunnelInspectionRuleResponse.Builder. copy(UpdateTunnelInspectionRuleResponse o)Copy method to populate the builder with values from the given instance.
 
-