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.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return UpdateSecurityRuleResponse Modifier and Type Method Description UpdateSecurityRuleResponse
NetworkFirewall. updateSecurityRule(UpdateSecurityRuleRequest request)
Updates the Security Rule with the given name in the network firewall policy.UpdateSecurityRuleResponse
NetworkFirewallClient. 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.responses
Methods in com.oracle.bmc.networkfirewall.responses that return UpdateSecurityRuleResponse Modifier and Type Method Description UpdateSecurityRuleResponse
UpdateSecurityRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type UpdateSecurityRuleResponse Modifier and Type Method Description UpdateSecurityRuleResponse.Builder
UpdateSecurityRuleResponse.Builder. copy(UpdateSecurityRuleResponse o)
Copy method to populate the builder with values from the given instance.
-