Uses of Enum
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 type with the specified name.static FlowLogTrafficType[]FlowLogTrafficType.values()Returns an array containing the constants of this enum type, 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()