Uses of Enum Class
software.amazon.awscdk.services.ec2.FlowLogTrafficType
Packages that use FlowLogTrafficType
-
Uses of FlowLogTrafficType in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return FlowLogTrafficTypeModifier and TypeMethodDescriptiondefault FlowLogTrafficTypeFlowLogOptions.getTrafficType()The type of traffic to log.final FlowLogTrafficTypeFlowLogOptions.Jsii$Proxy.getTrafficType()final FlowLogTrafficTypeFlowLogProps.Jsii$Proxy.getTrafficType()static FlowLogTrafficTypeReturns the enum constant of this class with the specified name.static FlowLogTrafficType[]FlowLogTrafficType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.ec2 with parameters of type FlowLogTrafficTypeModifier and TypeMethodDescriptionFlowLog.Builder.trafficType(FlowLogTrafficType trafficType) The type of traffic to log.FlowLogOptions.Builder.trafficType(FlowLogTrafficType trafficType) Sets the value ofFlowLogOptions.getTrafficType()FlowLogProps.Builder.trafficType(FlowLogTrafficType trafficType) Sets the value ofFlowLogOptions.getTrafficType()