Uses of Class
com.oracle.bmc.networkfirewall.model.SecurityRule
-
Packages that use SecurityRule Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.responses -
-
Uses of SecurityRule in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return SecurityRule Modifier and Type Method Description SecurityRule
SecurityRule.Builder. build()
Methods in com.oracle.bmc.networkfirewall.model with parameters of type SecurityRule Modifier and Type Method Description SecurityRule.Builder
SecurityRule.Builder. copy(SecurityRule model)
-
Uses of SecurityRule in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return SecurityRule Modifier and Type Method Description SecurityRule
CreateSecurityRuleResponse. getSecurityRule()
The returned SecurityRule instance.SecurityRule
GetSecurityRuleResponse. getSecurityRule()
The returned SecurityRule instance.SecurityRule
UpdateSecurityRuleResponse. getSecurityRule()
The returned SecurityRule instance.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type SecurityRule Modifier and Type Method Description CreateSecurityRuleResponse.Builder
CreateSecurityRuleResponse.Builder. securityRule(SecurityRule securityRule)
The returned SecurityRule instance.GetSecurityRuleResponse.Builder
GetSecurityRuleResponse.Builder. securityRule(SecurityRule securityRule)
The returned SecurityRule instance.UpdateSecurityRuleResponse.Builder
UpdateSecurityRuleResponse.Builder. securityRule(SecurityRule securityRule)
The returned SecurityRule instance.
-