Uses of Class
software.amazon.awssdk.services.ec2.model.RuleAction
-
Packages that use RuleAction Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of RuleAction in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RuleAction Modifier and Type Method Description static RuleActionRuleAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuleActionCreateNetworkAclEntryRequest. ruleAction()Indicates whether to allow or deny the traffic that matches the rule.RuleActionNetworkAclEntry. ruleAction()Indicates whether to allow or deny the traffic that matches the rule.RuleActionReplaceNetworkAclEntryRequest. ruleAction()Indicates whether to allow or deny the traffic that matches the rule.static RuleActionRuleAction. valueOf(String name)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 software.amazon.awssdk.services.ec2.model that return types with arguments of type RuleAction Modifier and Type Method Description static Set<RuleAction>RuleAction. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type RuleAction Modifier and Type Method Description CreateNetworkAclEntryRequest.BuilderCreateNetworkAclEntryRequest.Builder. ruleAction(RuleAction ruleAction)Indicates whether to allow or deny the traffic that matches the rule.NetworkAclEntry.BuilderNetworkAclEntry.Builder. ruleAction(RuleAction ruleAction)Indicates whether to allow or deny the traffic that matches the rule.ReplaceNetworkAclEntryRequest.BuilderReplaceNetworkAclEntryRequest.Builder. ruleAction(RuleAction ruleAction)Indicates whether to allow or deny the traffic that matches the rule.
-