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 TypeMethodDescriptionvoidNatGatewayProvider.configureNat(ConfigureNatOptions options) Called by the VPC to configure NAT.voidNatInstanceProvider.configureNat(ConfigureNatOptions options) Deprecated.voidNatInstanceProviderV2.configureNat(ConfigureNatOptions options) Called by the VPC to configure NAT.abstract voidNatProvider.configureNat(ConfigureNatOptions options) Called by the VPC to configure NAT.