Uses of Class
com.oracle.bmc.networkfirewall.model.DecryptionActionType
- 
Packages that use DecryptionActionType Package Description com.oracle.bmc.networkfirewall.model 
- 
- 
Uses of DecryptionActionType in com.oracle.bmc.networkfirewall.modelMethods in com.oracle.bmc.networkfirewall.model that return DecryptionActionType Modifier and Type Method Description static DecryptionActionTypeDecryptionActionType. create(String key)DecryptionActionTypeCreateDecryptionRuleDetails. getAction()Action:DecryptionActionTypeDecryptionRule. getAction()Action:DecryptionActionTypeDecryptionRuleSummary. getAction()Action:DecryptionActionTypeUpdateDecryptionRuleDetails. getAction()Action:static DecryptionActionTypeDecryptionActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DecryptionActionType[]DecryptionActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.networkfirewall.model with parameters of type DecryptionActionType Modifier and Type Method Description CreateDecryptionRuleDetails.BuilderCreateDecryptionRuleDetails.Builder. action(DecryptionActionType action)Action:DecryptionRule.BuilderDecryptionRule.Builder. action(DecryptionActionType action)Action:DecryptionRuleSummary.BuilderDecryptionRuleSummary.Builder. action(DecryptionActionType action)Action:UpdateDecryptionRuleDetails.BuilderUpdateDecryptionRuleDetails.Builder. action(DecryptionActionType action)Action:Constructors in com.oracle.bmc.networkfirewall.model with parameters of type DecryptionActionType Constructor Description CreateDecryptionRuleDetails(String name, DecryptionRuleMatchCriteria condition, DecryptionActionType action, String decryptionProfile, String secret, RulePosition position)Deprecated.DecryptionRule(String name, DecryptionRuleMatchCriteria condition, DecryptionActionType action, String decryptionProfile, String secret, RulePosition position, String parentResourceId)Deprecated.DecryptionRuleSummary(String name, DecryptionActionType action, String decryptionProfile, String secret, Long priorityOrder, String parentResourceId)Deprecated.UpdateDecryptionRuleDetails(DecryptionRuleMatchCriteria condition, DecryptionActionType action, String decryptionProfile, String secret, RulePosition position)Deprecated.
 
-