Uses of Enum
software.amazon.awssdk.services.ec2.model.TrafficMirrorRuleAction
Packages that use TrafficMirrorRuleAction
-
Uses of TrafficMirrorRuleAction in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TrafficMirrorRuleActionModifier and TypeMethodDescriptionstatic TrafficMirrorRuleActionUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TrafficMirrorRuleActionCreateTrafficMirrorFilterRuleRequest.ruleAction()The action to take on the filtered traffic.final TrafficMirrorRuleActionModifyTrafficMirrorFilterRuleRequest.ruleAction()The action to assign to the rule.final TrafficMirrorRuleActionTrafficMirrorFilterRule.ruleAction()The action assigned to the Traffic Mirror rule.static TrafficMirrorRuleActionReturns the enum constant of this type with the specified name.static TrafficMirrorRuleAction[]TrafficMirrorRuleAction.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 TrafficMirrorRuleActionModifier and TypeMethodDescriptionstatic Set<TrafficMirrorRuleAction>TrafficMirrorRuleAction.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type TrafficMirrorRuleActionModifier and TypeMethodDescriptionCreateTrafficMirrorFilterRuleRequest.Builder.ruleAction(TrafficMirrorRuleAction ruleAction) The action to take on the filtered traffic.ModifyTrafficMirrorFilterRuleRequest.Builder.ruleAction(TrafficMirrorRuleAction ruleAction) The action to assign to the rule.TrafficMirrorFilterRule.Builder.ruleAction(TrafficMirrorRuleAction ruleAction) The action assigned to the Traffic Mirror rule.