Uses of Enum
software.amazon.awssdk.services.ec2.model.RuleAction
Packages that use RuleAction
-
Uses of RuleAction in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RuleActionModifier and TypeMethodDescriptionstatic RuleActionUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RuleActionCreateNetworkAclEntryRequest.ruleAction()Indicates whether to allow or deny the traffic that matches the rule.final RuleActionNetworkAclEntry.ruleAction()Indicates whether to allow or deny the traffic that matches the rule.final RuleActionReplaceNetworkAclEntryRequest.ruleAction()Indicates whether to allow or deny the traffic that matches the rule.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 software.amazon.awssdk.services.ec2.model that return types with arguments of type RuleActionMethods in software.amazon.awssdk.services.ec2.model with parameters of type RuleActionModifier and TypeMethodDescriptionCreateNetworkAclEntryRequest.Builder.ruleAction(RuleAction ruleAction) Indicates whether to allow or deny the traffic that matches the rule.NetworkAclEntry.Builder.ruleAction(RuleAction ruleAction) Indicates whether to allow or deny the traffic that matches the rule.ReplaceNetworkAclEntryRequest.Builder.ruleAction(RuleAction ruleAction) Indicates whether to allow or deny the traffic that matches the rule.