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 |
---|---|
CreateTrafficMirrorFilterRuleRequest |
CreateTrafficMirrorFilterRuleRequest.withTrafficDirection(TrafficDirection trafficDirection)
The type of traffic.
|
ModifyTrafficMirrorFilterRuleRequest |
ModifyTrafficMirrorFilterRuleRequest.withTrafficDirection(TrafficDirection trafficDirection)
The type of traffic to assign to the rule.
|
TrafficMirrorFilterRule |
TrafficMirrorFilterRule.withTrafficDirection(TrafficDirection trafficDirection)
The traffic direction assigned to the Traffic Mirror rule.
|
Copyright © 2021. All rights reserved.