Uses of Interface
software.amazon.awscdk.services.ec2.BlockDevice
Packages that use BlockDevice
Package
Description
Amazon EC2 Construct Library
EC2 Image Builder Construct Library
-
Uses of BlockDevice in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement BlockDeviceMethods in software.amazon.awscdk.services.ec2 that return BlockDeviceMethods in software.amazon.awscdk.services.ec2 that return types with arguments of type BlockDeviceModifier and TypeMethodDescriptiondefault List<BlockDevice> BastionHostLinuxProps.getBlockDevices()Specifies how block devices are exposed to the instance.final List<BlockDevice> BastionHostLinuxProps.Jsii$Proxy.getBlockDevices()default List<BlockDevice> InstanceProps.getBlockDevices()Specifies how block devices are exposed to the instance.final List<BlockDevice> InstanceProps.Jsii$Proxy.getBlockDevices()default List<BlockDevice> LaunchTemplateProps.getBlockDevices()Specifies how block devices are exposed to the instance.final List<BlockDevice> LaunchTemplateProps.Jsii$Proxy.getBlockDevices()Method parameters in software.amazon.awscdk.services.ec2 with type arguments of type BlockDeviceModifier and TypeMethodDescriptionBastionHostLinux.Builder.blockDevices(List<? extends BlockDevice> blockDevices) Specifies how block devices are exposed to the instance.BastionHostLinuxProps.Builder.blockDevices(List<? extends BlockDevice> blockDevices) Sets the value ofBastionHostLinuxProps.getBlockDevices()Instance.Builder.blockDevices(List<? extends BlockDevice> blockDevices) Specifies how block devices are exposed to the instance.InstanceProps.Builder.blockDevices(List<? extends BlockDevice> blockDevices) Sets the value ofInstanceProps.getBlockDevices()LaunchTemplate.Builder.blockDevices(List<? extends BlockDevice> blockDevices) Specifies how block devices are exposed to the instance.LaunchTemplateProps.Builder.blockDevices(List<? extends BlockDevice> blockDevices) Sets the value ofLaunchTemplateProps.getBlockDevices() -
Uses of BlockDevice in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return types with arguments of type BlockDeviceModifier and TypeMethodDescriptiondefault List<BlockDevice> ImageRecipeProps.getBlockDevices()(experimental) The block devices to attach to the instance used for building the image.final List<BlockDevice> ImageRecipeProps.Jsii$Proxy.getBlockDevices()default List<BlockDevice> ContainerRecipeProps.getInstanceBlockDevices()(experimental) The block devices to attach to the instance used for building, testing, and distributing the container image.final List<BlockDevice> ContainerRecipeProps.Jsii$Proxy.getInstanceBlockDevices()Methods in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type BlockDeviceModifier and TypeMethodDescriptionvoidImageRecipe.addBlockDevice(BlockDevice... blockDevices) (experimental) Adds block devices to attach to the instance used for building the image.voidContainerRecipe.addInstanceBlockDevice(BlockDevice... instanceBlockDevices) (experimental) Adds block devices to attach to the instance used for building, testing, and distributing the container image.Method parameters in software.amazon.awscdk.services.imagebuilder.alpha with type arguments of type BlockDeviceModifier and TypeMethodDescriptionImageRecipe.Builder.blockDevices(List<? extends BlockDevice> blockDevices) (experimental) The block devices to attach to the instance used for building the image.ImageRecipeProps.Builder.blockDevices(List<? extends BlockDevice> blockDevices) Sets the value ofImageRecipeProps.getBlockDevices()ContainerRecipe.Builder.instanceBlockDevices(List<? extends BlockDevice> instanceBlockDevices) (experimental) The block devices to attach to the instance used for building, testing, and distributing the container image.ContainerRecipeProps.Builder.instanceBlockDevices(List<? extends BlockDevice> instanceBlockDevices) Sets the value ofContainerRecipeProps.getInstanceBlockDevices()