Uses of Interface
com.hashicorp.cdktf.providers.aws.launch_configuration.LaunchConfigurationEphemeralBlockDevice
-
Packages that use LaunchConfigurationEphemeralBlockDevice Package Description com.hashicorp.cdktf.providers.aws.launch_configuration aws_launch_configuration -
-
Uses of LaunchConfigurationEphemeralBlockDevice in com.hashicorp.cdktf.providers.aws.launch_configuration
Classes in com.hashicorp.cdktf.providers.aws.launch_configuration that implement LaunchConfigurationEphemeralBlockDevice Modifier and Type Class Description static classLaunchConfigurationEphemeralBlockDevice.Jsii$ProxyAn implementation forLaunchConfigurationEphemeralBlockDeviceMethods in com.hashicorp.cdktf.providers.aws.launch_configuration that return LaunchConfigurationEphemeralBlockDevice Modifier and Type Method Description LaunchConfigurationEphemeralBlockDeviceLaunchConfigurationEphemeralBlockDevice.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.aws.launch_configuration with parameters of type LaunchConfigurationEphemeralBlockDevice Modifier and Type Method Description voidLaunchConfigurationEphemeralBlockDeviceOutputReference. setInternalValue(LaunchConfigurationEphemeralBlockDevice value)Method parameters in com.hashicorp.cdktf.providers.aws.launch_configuration with type arguments of type LaunchConfigurationEphemeralBlockDevice Modifier and Type Method Description LaunchConfiguration.BuilderLaunchConfiguration.Builder. ephemeralBlockDevice(List<? extends LaunchConfigurationEphemeralBlockDevice> ephemeralBlockDevice)ephemeral_block_device block.LaunchConfigurationConfig.BuilderLaunchConfigurationConfig.Builder. ephemeralBlockDevice(List<? extends LaunchConfigurationEphemeralBlockDevice> ephemeralBlockDevice)Sets the value ofLaunchConfigurationConfig.getEphemeralBlockDevice()voidLaunchConfigurationEphemeralBlockDeviceList. setInternalValue(List<LaunchConfigurationEphemeralBlockDevice> value)
-