Uses of Enum Class
software.amazon.awscdk.services.ec2.SubnetType
Packages that use SubnetType
-
Uses of SubnetType in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return SubnetTypeModifier and TypeMethodDescriptionSubnetConfiguration.getSubnetType()The type of Subnet to configure.final SubnetTypeSubnetConfiguration.Jsii$Proxy.getSubnetType()default SubnetTypeSubnetSelection.getSubnetType()Select all subnets of the given type.final SubnetTypeSubnetSelection.Jsii$Proxy.getSubnetType()static SubnetTypeReturns the enum constant of this class with the specified name.static SubnetType[]SubnetType.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 SubnetTypeModifier and TypeMethodDescriptionSubnetConfiguration.Builder.subnetType(SubnetType subnetType) Sets the value ofSubnetConfiguration.getSubnetType()SubnetSelection.Builder.subnetType(SubnetType subnetType) Sets the value ofSubnetSelection.getSubnetType()