Uses of Class
com.oracle.bmc.networkfirewall.model.UpdateSecurityRuleDetails
-
Packages that use UpdateSecurityRuleDetails Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.requests -
-
Uses of UpdateSecurityRuleDetails in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return UpdateSecurityRuleDetails Modifier and Type Method Description UpdateSecurityRuleDetails
UpdateSecurityRuleDetails.Builder. build()
Methods in com.oracle.bmc.networkfirewall.model with parameters of type UpdateSecurityRuleDetails Modifier and Type Method Description UpdateSecurityRuleDetails.Builder
UpdateSecurityRuleDetails.Builder. copy(UpdateSecurityRuleDetails model)
-
Uses of UpdateSecurityRuleDetails in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return UpdateSecurityRuleDetails Modifier and Type Method Description UpdateSecurityRuleDetails
UpdateSecurityRuleRequest. getBody$()
Alternative accessor for the body parameter.UpdateSecurityRuleDetails
UpdateSecurityRuleRequest. getUpdateSecurityRuleDetails()
The information to be updated.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type UpdateSecurityRuleDetails Modifier and Type Method Description UpdateSecurityRuleRequest.Builder
UpdateSecurityRuleRequest.Builder. body$(UpdateSecurityRuleDetails body)
Alternative setter for the body parameter.UpdateSecurityRuleRequest.Builder
UpdateSecurityRuleRequest.Builder. updateSecurityRuleDetails(UpdateSecurityRuleDetails updateSecurityRuleDetails)
The information to be updated.
-