Uses of Class
com.oracle.bmc.networkfirewall.requests.GetTunnelInspectionRuleRequest
-
Packages that use GetTunnelInspectionRuleRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of GetTunnelInspectionRuleRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type GetTunnelInspectionRuleRequest Modifier and Type Method Description GetTunnelInspectionRuleResponse
NetworkFirewall. getTunnelInspectionRule(GetTunnelInspectionRuleRequest request)
Get tunnel inspection rule by the given name in the context of network firewall policy.Future<GetTunnelInspectionRuleResponse>
NetworkFirewallAsync. getTunnelInspectionRule(GetTunnelInspectionRuleRequest request, AsyncHandler<GetTunnelInspectionRuleRequest,GetTunnelInspectionRuleResponse> handler)
Get tunnel inspection rule by the given name in the context of network firewall policy.Future<GetTunnelInspectionRuleResponse>
NetworkFirewallAsyncClient. getTunnelInspectionRule(GetTunnelInspectionRuleRequest request, AsyncHandler<GetTunnelInspectionRuleRequest,GetTunnelInspectionRuleResponse> handler)
GetTunnelInspectionRuleResponse
NetworkFirewallClient. getTunnelInspectionRule(GetTunnelInspectionRuleRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type GetTunnelInspectionRuleRequest Modifier and Type Method Description Future<GetTunnelInspectionRuleResponse>
NetworkFirewallAsync. getTunnelInspectionRule(GetTunnelInspectionRuleRequest request, AsyncHandler<GetTunnelInspectionRuleRequest,GetTunnelInspectionRuleResponse> handler)
Get tunnel inspection rule by the given name in the context of network firewall policy.Future<GetTunnelInspectionRuleResponse>
NetworkFirewallAsyncClient. getTunnelInspectionRule(GetTunnelInspectionRuleRequest request, AsyncHandler<GetTunnelInspectionRuleRequest,GetTunnelInspectionRuleResponse> handler)
-
Uses of GetTunnelInspectionRuleRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return GetTunnelInspectionRuleRequest Modifier and Type Method Description GetTunnelInspectionRuleRequest
GetTunnelInspectionRuleRequest.Builder. build()
Build the instance of GetTunnelInspectionRuleRequest as configured by this builderGetTunnelInspectionRuleRequest
GetTunnelInspectionRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetTunnelInspectionRuleRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type GetTunnelInspectionRuleRequest Modifier and Type Method Description GetTunnelInspectionRuleRequest.Builder
GetTunnelInspectionRuleRequest.Builder. copy(GetTunnelInspectionRuleRequest o)
Copy method to populate the builder with values from the given instance.
-