Uses of Class
com.oracle.bmc.networkfirewall.requests.UpdateTunnelInspectionRuleRequest
-
Packages that use UpdateTunnelInspectionRuleRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of UpdateTunnelInspectionRuleRequest in com.oracle.bmc.networkfirewall
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type UpdateTunnelInspectionRuleRequest 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 UpdateTunnelInspectionRuleRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return UpdateTunnelInspectionRuleRequest Modifier and Type Method Description UpdateTunnelInspectionRuleRequest
UpdateTunnelInspectionRuleRequest.Builder. build()
Build the instance of UpdateTunnelInspectionRuleRequest as configured by this builderUpdateTunnelInspectionRuleRequest
UpdateTunnelInspectionRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateTunnelInspectionRuleRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type UpdateTunnelInspectionRuleRequest Modifier and Type Method Description UpdateTunnelInspectionRuleRequest.Builder
UpdateTunnelInspectionRuleRequest.Builder. copy(UpdateTunnelInspectionRuleRequest o)
Copy method to populate the builder with values from the given instance.
-