Uses of Enum
com.amazonaws.services.ec2.model.RuleAction
Packages that use RuleAction
-
Uses of RuleAction in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return RuleActionModifier and TypeMethodDescriptionstatic RuleAction
Use this in place of valueOf.static RuleAction
Returns the enum constant of this type with the specified name.static RuleAction[]
RuleAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type RuleActionModifier and TypeMethodDescriptionvoid
CreateNetworkAclEntryRequest.setRuleAction
(RuleAction ruleAction) Indicates whether to allow or deny the traffic that matches the rule.void
NetworkAclEntry.setRuleAction
(RuleAction ruleAction) Indicates whether to allow or deny the traffic that matches the rule.void
ReplaceNetworkAclEntryRequest.setRuleAction
(RuleAction ruleAction) Indicates whether to allow or deny the traffic that matches the rule.CreateNetworkAclEntryRequest.withRuleAction
(RuleAction ruleAction) Indicates whether to allow or deny the traffic that matches the rule.NetworkAclEntry.withRuleAction
(RuleAction ruleAction) Indicates whether to allow or deny the traffic that matches the rule.ReplaceNetworkAclEntryRequest.withRuleAction
(RuleAction ruleAction) Indicates whether to allow or deny the traffic that matches the rule.