Uses of Class
com.oracle.bmc.networkfirewall.requests.DeleteTunnelInspectionRuleRequest
-
Packages that use DeleteTunnelInspectionRuleRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of DeleteTunnelInspectionRuleRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type DeleteTunnelInspectionRuleRequest Modifier and Type Method Description DeleteTunnelInspectionRuleResponse
NetworkFirewall. deleteTunnelInspectionRule(DeleteTunnelInspectionRuleRequest request)
Deletes a tunnel inspection rule resource with the given identifier.Future<DeleteTunnelInspectionRuleResponse>
NetworkFirewallAsync. deleteTunnelInspectionRule(DeleteTunnelInspectionRuleRequest request, AsyncHandler<DeleteTunnelInspectionRuleRequest,DeleteTunnelInspectionRuleResponse> handler)
Deletes a tunnel inspection rule resource with the given identifier.Future<DeleteTunnelInspectionRuleResponse>
NetworkFirewallAsyncClient. deleteTunnelInspectionRule(DeleteTunnelInspectionRuleRequest request, AsyncHandler<DeleteTunnelInspectionRuleRequest,DeleteTunnelInspectionRuleResponse> handler)
DeleteTunnelInspectionRuleResponse
NetworkFirewallClient. deleteTunnelInspectionRule(DeleteTunnelInspectionRuleRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type DeleteTunnelInspectionRuleRequest Modifier and Type Method Description Future<DeleteTunnelInspectionRuleResponse>
NetworkFirewallAsync. deleteTunnelInspectionRule(DeleteTunnelInspectionRuleRequest request, AsyncHandler<DeleteTunnelInspectionRuleRequest,DeleteTunnelInspectionRuleResponse> handler)
Deletes a tunnel inspection rule resource with the given identifier.Future<DeleteTunnelInspectionRuleResponse>
NetworkFirewallAsyncClient. deleteTunnelInspectionRule(DeleteTunnelInspectionRuleRequest request, AsyncHandler<DeleteTunnelInspectionRuleRequest,DeleteTunnelInspectionRuleResponse> handler)
-
Uses of DeleteTunnelInspectionRuleRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return DeleteTunnelInspectionRuleRequest Modifier and Type Method Description DeleteTunnelInspectionRuleRequest
DeleteTunnelInspectionRuleRequest.Builder. build()
Build the instance of DeleteTunnelInspectionRuleRequest as configured by this builderDeleteTunnelInspectionRuleRequest
DeleteTunnelInspectionRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteTunnelInspectionRuleRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type DeleteTunnelInspectionRuleRequest Modifier and Type Method Description DeleteTunnelInspectionRuleRequest.Builder
DeleteTunnelInspectionRuleRequest.Builder. copy(DeleteTunnelInspectionRuleRequest o)
Copy method to populate the builder with values from the given instance.
-