Uses of Class
com.oracle.bmc.networkfirewall.responses.ListTunnelInspectionRulesResponse
-
Packages that use ListTunnelInspectionRulesResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of ListTunnelInspectionRulesResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return ListTunnelInspectionRulesResponse Modifier and Type Method Description ListTunnelInspectionRulesResponse
NetworkFirewall. listTunnelInspectionRules(ListTunnelInspectionRulesRequest request)
Returns a list of tunnel inspection rules for the network firewall policy.ListTunnelInspectionRulesResponse
NetworkFirewallClient. listTunnelInspectionRules(ListTunnelInspectionRulesRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type ListTunnelInspectionRulesResponse 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)
Iterable<ListTunnelInspectionRulesResponse>
NetworkFirewallPaginators. listTunnelInspectionRulesResponseIterator(ListTunnelInspectionRulesRequest request)
Creates a new iterable which will iterate over the responses received from the listTunnelInspectionRules operation.Method parameters in com.oracle.bmc.networkfirewall with type arguments of type ListTunnelInspectionRulesResponse 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 ListTunnelInspectionRulesResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return ListTunnelInspectionRulesResponse Modifier and Type Method Description ListTunnelInspectionRulesResponse
ListTunnelInspectionRulesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type ListTunnelInspectionRulesResponse Modifier and Type Method Description ListTunnelInspectionRulesResponse.Builder
ListTunnelInspectionRulesResponse.Builder. copy(ListTunnelInspectionRulesResponse o)
Copy method to populate the builder with values from the given instance.
-