Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static TrafficDirection |
TrafficDirection.fromValue(String value)
Use this in place of valueOf.
|
static TrafficDirection |
TrafficDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrafficDirection[] |
TrafficDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TrafficMirrorFilterRule |
TrafficMirrorFilterRule.withTrafficDirection(TrafficDirection trafficDirection)
The traffic direction assigned to the Traffic Mirror rule.
|
CreateTrafficMirrorFilterRuleRequest |
CreateTrafficMirrorFilterRuleRequest.withTrafficDirection(TrafficDirection trafficDirection)
The type of traffic (
ingress | egress ). |
ModifyTrafficMirrorFilterRuleRequest |
ModifyTrafficMirrorFilterRuleRequest.withTrafficDirection(TrafficDirection trafficDirection)
The type of traffic (
ingress | egress ) to assign to the rule. |
Copyright © 2020. All rights reserved.