Uses of Class
com.oracle.bmc.networkfirewall.requests.ListTunnelInspectionRulesRequest
- 
Packages that use ListTunnelInspectionRulesRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests 
- 
- 
Uses of ListTunnelInspectionRulesRequest in com.oracle.bmc.networkfirewallMethod parameters in com.oracle.bmc.networkfirewall with type arguments of type ListTunnelInspectionRulesRequest Modifier and Type Method Description Future<ListTunnelInspectionRulesResponse>NetworkFirewallAsync. listTunnelInspectionRules(ListTunnelInspectionRulesRequest request, AsyncHandler<ListTunnelInspectionRulesRequest,ListTunnelInspectionRulesResponse> handler)Returns a list of tunnel inspection rules for the network firewall policy.Future<ListTunnelInspectionRulesResponse>NetworkFirewallAsyncClient. listTunnelInspectionRules(ListTunnelInspectionRulesRequest request, AsyncHandler<ListTunnelInspectionRulesRequest,ListTunnelInspectionRulesResponse> handler)
- 
Uses of ListTunnelInspectionRulesRequest in com.oracle.bmc.networkfirewall.requestsMethods in com.oracle.bmc.networkfirewall.requests that return ListTunnelInspectionRulesRequest Modifier and Type Method Description ListTunnelInspectionRulesRequestListTunnelInspectionRulesRequest.Builder. build()Build the instance of ListTunnelInspectionRulesRequest as configured by this builderListTunnelInspectionRulesRequestListTunnelInspectionRulesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListTunnelInspectionRulesRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type ListTunnelInspectionRulesRequest Modifier and Type Method Description ListTunnelInspectionRulesRequest.BuilderListTunnelInspectionRulesRequest.Builder. copy(ListTunnelInspectionRulesRequest o)Copy method to populate the builder with values from the given instance.
 
-