Uses of Interface
com.hashicorp.cdktf.providers.aws.opsworks_instance.OpsworksInstanceEphemeralBlockDevice
-
Packages that use OpsworksInstanceEphemeralBlockDevice Package Description com.hashicorp.cdktf.providers.aws.opsworks_instance aws_opsworks_instance -
-
Uses of OpsworksInstanceEphemeralBlockDevice in com.hashicorp.cdktf.providers.aws.opsworks_instance
Classes in com.hashicorp.cdktf.providers.aws.opsworks_instance that implement OpsworksInstanceEphemeralBlockDevice Modifier and Type Class Description static classOpsworksInstanceEphemeralBlockDevice.Jsii$ProxyAn implementation forOpsworksInstanceEphemeralBlockDeviceMethods in com.hashicorp.cdktf.providers.aws.opsworks_instance that return OpsworksInstanceEphemeralBlockDevice Modifier and Type Method Description OpsworksInstanceEphemeralBlockDeviceOpsworksInstanceEphemeralBlockDevice.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.aws.opsworks_instance with parameters of type OpsworksInstanceEphemeralBlockDevice Modifier and Type Method Description voidOpsworksInstanceEphemeralBlockDeviceOutputReference. setInternalValue(OpsworksInstanceEphemeralBlockDevice value)Method parameters in com.hashicorp.cdktf.providers.aws.opsworks_instance with type arguments of type OpsworksInstanceEphemeralBlockDevice Modifier and Type Method Description OpsworksInstance.BuilderOpsworksInstance.Builder. ephemeralBlockDevice(List<? extends OpsworksInstanceEphemeralBlockDevice> ephemeralBlockDevice)ephemeral_block_device block.OpsworksInstanceConfig.BuilderOpsworksInstanceConfig.Builder. ephemeralBlockDevice(List<? extends OpsworksInstanceEphemeralBlockDevice> ephemeralBlockDevice)Sets the value ofOpsworksInstanceConfig.getEphemeralBlockDevice()voidOpsworksInstanceEphemeralBlockDeviceList. setInternalValue(List<OpsworksInstanceEphemeralBlockDevice> value)
-