Uses of Interface
software.amazon.awscdk.services.ec2.SubnetConfiguration
Packages that use SubnetConfiguration
-
Uses of SubnetConfiguration in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement SubnetConfigurationFields in software.amazon.awscdk.services.ec2 with type parameters of type SubnetConfigurationModifier and TypeFieldDescriptionstatic final List<SubnetConfiguration> Vpc.DEFAULT_SUBNETSThe default subnet configuration.static final List<SubnetConfiguration> The default subnet configuration if natGateways specified to be 0.Methods in software.amazon.awscdk.services.ec2 that return SubnetConfigurationModifier and TypeMethodDescriptionSubnetConfiguration.Builder.build()Builds the configured instance.RequestedSubnet.getConfiguration()Specify configuration parameters for a single subnet group in a VPC.final SubnetConfigurationRequestedSubnet.Jsii$Proxy.getConfiguration()Methods in software.amazon.awscdk.services.ec2 that return types with arguments of type SubnetConfigurationModifier and TypeMethodDescriptiondefault List<SubnetConfiguration> VpcProps.getSubnetConfiguration()Configure the subnets to build for each AZ.final List<SubnetConfiguration> VpcProps.Jsii$Proxy.getSubnetConfiguration()Methods in software.amazon.awscdk.services.ec2 with parameters of type SubnetConfigurationModifier and TypeMethodDescriptionRequestedSubnet.Builder.configuration(SubnetConfiguration configuration) Sets the value ofRequestedSubnet.getConfiguration()Method parameters in software.amazon.awscdk.services.ec2 with type arguments of type SubnetConfigurationModifier and TypeMethodDescriptionVpc.Builder.subnetConfiguration(List<? extends SubnetConfiguration> subnetConfiguration) Configure the subnets to build for each AZ.VpcProps.Builder.subnetConfiguration(List<? extends SubnetConfiguration> subnetConfiguration) Sets the value ofVpcProps.getSubnetConfiguration()