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.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return UpdateTunnelInspectionRuleResponse Modifier and Type Method Description UpdateTunnelInspectionRuleResponse
NetworkFirewall. updateTunnelInspectionRule(UpdateTunnelInspectionRuleRequest request)
Updates the tunnel inspection rule with the given name in the network firewall policy.UpdateTunnelInspectionRuleResponse
NetworkFirewallClient. 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.responses
Methods in com.oracle.bmc.networkfirewall.responses that return UpdateTunnelInspectionRuleResponse Modifier and Type Method Description UpdateTunnelInspectionRuleResponse
UpdateTunnelInspectionRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type UpdateTunnelInspectionRuleResponse Modifier and Type Method Description UpdateTunnelInspectionRuleResponse.Builder
UpdateTunnelInspectionRuleResponse.Builder. copy(UpdateTunnelInspectionRuleResponse o)
Copy method to populate the builder with values from the given instance.
-