Uses of Class
com.oracle.bmc.networkfirewall.model.DecryptionRule
-
Packages that use DecryptionRule Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.responses -
-
Uses of DecryptionRule in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return DecryptionRule Modifier and Type Method Description DecryptionRule
DecryptionRule.Builder. build()
Methods in com.oracle.bmc.networkfirewall.model with parameters of type DecryptionRule Modifier and Type Method Description DecryptionRule.Builder
DecryptionRule.Builder. copy(DecryptionRule model)
-
Uses of DecryptionRule in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return DecryptionRule Modifier and Type Method Description DecryptionRule
CreateDecryptionRuleResponse. getDecryptionRule()
The returned DecryptionRule instance.DecryptionRule
GetDecryptionRuleResponse. getDecryptionRule()
The returned DecryptionRule instance.DecryptionRule
UpdateDecryptionRuleResponse. getDecryptionRule()
The returned DecryptionRule instance.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type DecryptionRule Modifier and Type Method Description CreateDecryptionRuleResponse.Builder
CreateDecryptionRuleResponse.Builder. decryptionRule(DecryptionRule decryptionRule)
The returned DecryptionRule instance.GetDecryptionRuleResponse.Builder
GetDecryptionRuleResponse.Builder. decryptionRule(DecryptionRule decryptionRule)
The returned DecryptionRule instance.UpdateDecryptionRuleResponse.Builder
UpdateDecryptionRuleResponse.Builder. decryptionRule(DecryptionRule decryptionRule)
The returned DecryptionRule instance.
-