Uses of Interface
com.hashicorp.cdktf.providers.aws.instance.InstanceNetworkInterface
-
Packages that use InstanceNetworkInterface Package Description com.hashicorp.cdktf.providers.aws.instance aws_instance -
-
Uses of InstanceNetworkInterface in com.hashicorp.cdktf.providers.aws.instance
Classes in com.hashicorp.cdktf.providers.aws.instance that implement InstanceNetworkInterface Modifier and Type Class Description static classInstanceNetworkInterface.Jsii$ProxyAn implementation forInstanceNetworkInterfaceMethods in com.hashicorp.cdktf.providers.aws.instance that return InstanceNetworkInterface Modifier and Type Method Description InstanceNetworkInterfaceInstanceNetworkInterface.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.aws.instance with parameters of type InstanceNetworkInterface Modifier and Type Method Description voidInstanceNetworkInterfaceOutputReference. setInternalValue(InstanceNetworkInterface value)Method parameters in com.hashicorp.cdktf.providers.aws.instance with type arguments of type InstanceNetworkInterface Modifier and Type Method Description Instance.BuilderInstance.Builder. networkInterface(List<? extends InstanceNetworkInterface> networkInterface)network_interface block.InstanceConfig.BuilderInstanceConfig.Builder. networkInterface(List<? extends InstanceNetworkInterface> networkInterface)Sets the value ofInstanceConfig.getNetworkInterface()voidInstanceNetworkInterfaceList. setInternalValue(List<InstanceNetworkInterface> value)
-