Uses of Interface
com.hashicorp.cdktf.providers.aws.opsworks_instance.OpsworksInstanceEbsBlockDevice
-
Packages that use OpsworksInstanceEbsBlockDevice Package Description com.hashicorp.cdktf.providers.aws.opsworks_instance aws_opsworks_instance -
-
Uses of OpsworksInstanceEbsBlockDevice in com.hashicorp.cdktf.providers.aws.opsworks_instance
Classes in com.hashicorp.cdktf.providers.aws.opsworks_instance that implement OpsworksInstanceEbsBlockDevice Modifier and Type Class Description static classOpsworksInstanceEbsBlockDevice.Jsii$ProxyAn implementation forOpsworksInstanceEbsBlockDeviceMethods in com.hashicorp.cdktf.providers.aws.opsworks_instance that return OpsworksInstanceEbsBlockDevice Modifier and Type Method Description OpsworksInstanceEbsBlockDeviceOpsworksInstanceEbsBlockDevice.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.aws.opsworks_instance with parameters of type OpsworksInstanceEbsBlockDevice Modifier and Type Method Description voidOpsworksInstanceEbsBlockDeviceOutputReference. setInternalValue(OpsworksInstanceEbsBlockDevice value)Method parameters in com.hashicorp.cdktf.providers.aws.opsworks_instance with type arguments of type OpsworksInstanceEbsBlockDevice Modifier and Type Method Description OpsworksInstance.BuilderOpsworksInstance.Builder. ebsBlockDevice(List<? extends OpsworksInstanceEbsBlockDevice> ebsBlockDevice)ebs_block_device block.OpsworksInstanceConfig.BuilderOpsworksInstanceConfig.Builder. ebsBlockDevice(List<? extends OpsworksInstanceEbsBlockDevice> ebsBlockDevice)Sets the value ofOpsworksInstanceConfig.getEbsBlockDevice()voidOpsworksInstanceEbsBlockDeviceList. setInternalValue(List<OpsworksInstanceEbsBlockDevice> value)
-