| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static TrafficDirection |
TrafficDirection.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TrafficDirection |
ModifyTrafficMirrorFilterRuleRequest.trafficDirection()
The type of traffic (
ingress | egress) to assign to the rule. |
TrafficDirection |
CreateTrafficMirrorFilterRuleRequest.trafficDirection()
The type of traffic (
ingress | egress). |
TrafficDirection |
TrafficMirrorFilterRule.trafficDirection()
The traffic direction assigned to the Traffic Mirror rule.
|
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 |
|---|---|
static Set<TrafficDirection> |
TrafficDirection.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ModifyTrafficMirrorFilterRuleRequest.Builder |
ModifyTrafficMirrorFilterRuleRequest.Builder.trafficDirection(TrafficDirection trafficDirection)
The type of traffic (
ingress | egress) to assign to the rule. |
CreateTrafficMirrorFilterRuleRequest.Builder |
CreateTrafficMirrorFilterRuleRequest.Builder.trafficDirection(TrafficDirection trafficDirection)
The type of traffic (
ingress | egress). |
TrafficMirrorFilterRule.Builder |
TrafficMirrorFilterRule.Builder.trafficDirection(TrafficDirection trafficDirection)
The traffic direction assigned to the Traffic Mirror rule.
|
Copyright © 2021. All rights reserved.