Uses of Interface
software.amazon.awscdk.services.ec2.ConfigureNatOptions
Packages that use ConfigureNatOptions
-
Uses of ConfigureNatOptions in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement ConfigureNatOptionsMethods in software.amazon.awscdk.services.ec2 that return ConfigureNatOptionsModifier and TypeMethodDescriptionConfigureNatOptions.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.ec2 with parameters of type ConfigureNatOptionsModifier and TypeMethodDescriptionvoid
NatInstanceProvider.configureNat
(ConfigureNatOptions options) Called by the VPC to configure NAT.abstract void
NatProvider.configureNat
(ConfigureNatOptions options) Called by the VPC to configure NAT.