Uses of Interface
com.hashicorp.cdktf.providers.aws.launch_configuration.LaunchConfigurationEbsBlockDevice
-
Packages that use LaunchConfigurationEbsBlockDevice Package Description com.hashicorp.cdktf.providers.aws.launch_configuration aws_launch_configuration -
-
Uses of LaunchConfigurationEbsBlockDevice in com.hashicorp.cdktf.providers.aws.launch_configuration
Classes in com.hashicorp.cdktf.providers.aws.launch_configuration that implement LaunchConfigurationEbsBlockDevice Modifier and Type Class Description static classLaunchConfigurationEbsBlockDevice.Jsii$ProxyAn implementation forLaunchConfigurationEbsBlockDeviceMethods in com.hashicorp.cdktf.providers.aws.launch_configuration that return LaunchConfigurationEbsBlockDevice Modifier and Type Method Description LaunchConfigurationEbsBlockDeviceLaunchConfigurationEbsBlockDevice.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.aws.launch_configuration with parameters of type LaunchConfigurationEbsBlockDevice Modifier and Type Method Description voidLaunchConfigurationEbsBlockDeviceOutputReference. setInternalValue(LaunchConfigurationEbsBlockDevice value)Method parameters in com.hashicorp.cdktf.providers.aws.launch_configuration with type arguments of type LaunchConfigurationEbsBlockDevice Modifier and Type Method Description LaunchConfiguration.BuilderLaunchConfiguration.Builder. ebsBlockDevice(List<? extends LaunchConfigurationEbsBlockDevice> ebsBlockDevice)ebs_block_device block.LaunchConfigurationConfig.BuilderLaunchConfigurationConfig.Builder. ebsBlockDevice(List<? extends LaunchConfigurationEbsBlockDevice> ebsBlockDevice)Sets the value ofLaunchConfigurationConfig.getEbsBlockDevice()voidLaunchConfigurationEbsBlockDeviceList. setInternalValue(List<LaunchConfigurationEbsBlockDevice> value)
-