Uses of Enum
software.amazon.awssdk.services.ec2.model.TrafficMirrorNetworkService
Packages that use TrafficMirrorNetworkService
-
Uses of TrafficMirrorNetworkService in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TrafficMirrorNetworkServiceModifier and TypeMethodDescriptionstatic TrafficMirrorNetworkServiceUse this in place of valueOf to convert the raw string returned by the service into the enum value.static TrafficMirrorNetworkServiceReturns 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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TrafficMirrorNetworkServiceModifier and TypeMethodDescriptionfinal List<TrafficMirrorNetworkService>ModifyTrafficMirrorFilterNetworkServicesRequest.addNetworkServices()The network service, for example Amazon DNS, that you want to mirror.static Set<TrafficMirrorNetworkService>TrafficMirrorNetworkService.knownValues()final List<TrafficMirrorNetworkService>TrafficMirrorFilter.networkServices()The network service traffic that is associated with the Traffic Mirror filter.final List<TrafficMirrorNetworkService>ModifyTrafficMirrorFilterNetworkServicesRequest.removeNetworkServices()The network service, for example Amazon DNS, that you no longer want to mirror.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TrafficMirrorNetworkServiceModifier and TypeMethodDescriptionModifyTrafficMirrorFilterNetworkServicesRequest.Builder.addNetworkServices(TrafficMirrorNetworkService... addNetworkServices) The network service, for example Amazon DNS, that you want to mirror.TrafficMirrorFilter.Builder.networkServices(TrafficMirrorNetworkService... networkServices) The network service traffic that is associated with the Traffic Mirror filter.ModifyTrafficMirrorFilterNetworkServicesRequest.Builder.removeNetworkServices(TrafficMirrorNetworkService... removeNetworkServices) The network service, for example Amazon DNS, that you no longer want to mirror.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TrafficMirrorNetworkServiceModifier and TypeMethodDescriptionModifyTrafficMirrorFilterNetworkServicesRequest.Builder.addNetworkServices(Collection<TrafficMirrorNetworkService> addNetworkServices) The network service, for example Amazon DNS, that you want to mirror.TrafficMirrorFilter.Builder.networkServices(Collection<TrafficMirrorNetworkService> networkServices) The network service traffic that is associated with the Traffic Mirror filter.ModifyTrafficMirrorFilterNetworkServicesRequest.Builder.removeNetworkServices(Collection<TrafficMirrorNetworkService> removeNetworkServices) The network service, for example Amazon DNS, that you no longer want to mirror.