Uses of Class
com.oracle.bmc.networkfirewall.requests.UpdateSecurityRuleRequest
-
Packages that use UpdateSecurityRuleRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of UpdateSecurityRuleRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type UpdateSecurityRuleRequest Modifier and Type Method Description UpdateSecurityRuleResponse
NetworkFirewall. updateSecurityRule(UpdateSecurityRuleRequest request)
Updates the Security Rule with the given name in the network firewall policy.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)
UpdateSecurityRuleResponse
NetworkFirewallClient. updateSecurityRule(UpdateSecurityRuleRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type UpdateSecurityRuleRequest 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 UpdateSecurityRuleRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return UpdateSecurityRuleRequest Modifier and Type Method Description UpdateSecurityRuleRequest
UpdateSecurityRuleRequest.Builder. build()
Build the instance of UpdateSecurityRuleRequest as configured by this builderUpdateSecurityRuleRequest
UpdateSecurityRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateSecurityRuleRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type UpdateSecurityRuleRequest Modifier and Type Method Description UpdateSecurityRuleRequest.Builder
UpdateSecurityRuleRequest.Builder. copy(UpdateSecurityRuleRequest o)
Copy method to populate the builder with values from the given instance.
-