Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static TrafficMirrorNetworkService |
TrafficMirrorNetworkService.fromValue(String value)
Use this in place of valueOf.
|
static TrafficMirrorNetworkService |
TrafficMirrorNetworkService.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrafficMirrorNetworkService[] |
TrafficMirrorNetworkService.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ModifyTrafficMirrorFilterNetworkServicesRequest |
ModifyTrafficMirrorFilterNetworkServicesRequest.withAddNetworkServices(TrafficMirrorNetworkService... addNetworkServices)
The network service, for example Amazon DNS, that you want to mirror.
|
TrafficMirrorFilter |
TrafficMirrorFilter.withNetworkServices(TrafficMirrorNetworkService... networkServices)
The network service traffic that is associated with the Traffic Mirror filter.
|
ModifyTrafficMirrorFilterNetworkServicesRequest |
ModifyTrafficMirrorFilterNetworkServicesRequest.withRemoveNetworkServices(TrafficMirrorNetworkService... removeNetworkServices)
The network service, for example Amazon DNS, that you no longer want to mirror.
|
Copyright © 2021. All rights reserved.