Uses of Enum
com.amazonaws.services.ec2.model.RuleAction
Packages that use RuleAction
-
Uses of RuleAction in com.amazonaws.services.ec2.model
Subclasses with type arguments of type RuleAction in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return RuleActionModifier and TypeMethodDescriptionstatic RuleActionUse this in place of valueOf.static RuleActionReturns 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 TypeMethodDescriptionvoidCreateNetworkAclEntryRequest.setRuleAction(RuleAction ruleAction) Indicates whether to allow or deny the traffic that matches the rule.voidNetworkAclEntry.setRuleAction(RuleAction ruleAction) Indicates whether to allow or deny the traffic that matches the rule.voidReplaceNetworkAclEntryRequest.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.