Uses of Interface
com.hashicorp.cdktf.providers.aws.launch_template.LaunchTemplateNetworkInterfaces
-
Packages that use LaunchTemplateNetworkInterfaces Package Description com.hashicorp.cdktf.providers.aws.launch_template aws_launch_template -
-
Uses of LaunchTemplateNetworkInterfaces in com.hashicorp.cdktf.providers.aws.launch_template
Classes in com.hashicorp.cdktf.providers.aws.launch_template that implement LaunchTemplateNetworkInterfaces Modifier and Type Class Description static classLaunchTemplateNetworkInterfaces.Jsii$ProxyAn implementation forLaunchTemplateNetworkInterfacesMethods in com.hashicorp.cdktf.providers.aws.launch_template that return LaunchTemplateNetworkInterfaces Modifier and Type Method Description LaunchTemplateNetworkInterfacesLaunchTemplateNetworkInterfaces.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.aws.launch_template with parameters of type LaunchTemplateNetworkInterfaces Modifier and Type Method Description voidLaunchTemplateNetworkInterfacesOutputReference. setInternalValue(LaunchTemplateNetworkInterfaces value)Method parameters in com.hashicorp.cdktf.providers.aws.launch_template with type arguments of type LaunchTemplateNetworkInterfaces Modifier and Type Method Description LaunchTemplate.BuilderLaunchTemplate.Builder. networkInterfaces(List<? extends LaunchTemplateNetworkInterfaces> networkInterfaces)network_interfaces block.LaunchTemplateConfig.BuilderLaunchTemplateConfig.Builder. networkInterfaces(List<? extends LaunchTemplateNetworkInterfaces> networkInterfaces)Sets the value ofLaunchTemplateConfig.getNetworkInterfaces()voidLaunchTemplateNetworkInterfacesList. setInternalValue(List<LaunchTemplateNetworkInterfaces> value)
-