Uses of Class
com.oracle.bmc.networkfirewall.responses.UpdateSecurityRuleResponse
- 
Packages that use UpdateSecurityRuleResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses 
- 
- 
Uses of UpdateSecurityRuleResponse in com.oracle.bmc.networkfirewallMethods in com.oracle.bmc.networkfirewall that return UpdateSecurityRuleResponse Modifier and Type Method Description UpdateSecurityRuleResponseNetworkFirewall. updateSecurityRule(UpdateSecurityRuleRequest request)Updates the Security Rule with the given name in the network firewall policy.UpdateSecurityRuleResponseNetworkFirewallClient. updateSecurityRule(UpdateSecurityRuleRequest request)Methods in com.oracle.bmc.networkfirewall that return types with arguments of type UpdateSecurityRuleResponse Modifier and Type Method Description Future<UpdateSecurityRuleResponse>NetworkFirewallAsync. updateSecurityRule(UpdateSecurityRuleRequest request, AsyncHandler<UpdateSecurityRuleRequest,UpdateSecurityRuleResponse> handler)Updates the Security Rule with the given name in the network firewall policy.Future<UpdateSecurityRuleResponse>NetworkFirewallAsyncClient. updateSecurityRule(UpdateSecurityRuleRequest request, AsyncHandler<UpdateSecurityRuleRequest,UpdateSecurityRuleResponse> handler)Method parameters in com.oracle.bmc.networkfirewall with type arguments of type UpdateSecurityRuleResponse Modifier and Type Method Description Future<UpdateSecurityRuleResponse>NetworkFirewallAsync. updateSecurityRule(UpdateSecurityRuleRequest request, AsyncHandler<UpdateSecurityRuleRequest,UpdateSecurityRuleResponse> handler)Updates the Security Rule with the given name in the network firewall policy.Future<UpdateSecurityRuleResponse>NetworkFirewallAsyncClient. updateSecurityRule(UpdateSecurityRuleRequest request, AsyncHandler<UpdateSecurityRuleRequest,UpdateSecurityRuleResponse> handler)
- 
Uses of UpdateSecurityRuleResponse in com.oracle.bmc.networkfirewall.responsesMethods in com.oracle.bmc.networkfirewall.responses that return UpdateSecurityRuleResponse Modifier and Type Method Description UpdateSecurityRuleResponseUpdateSecurityRuleResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type UpdateSecurityRuleResponse Modifier and Type Method Description UpdateSecurityRuleResponse.BuilderUpdateSecurityRuleResponse.Builder. copy(UpdateSecurityRuleResponse o)Copy method to populate the builder with values from the given instance.
 
-