Uses of Interface
software.amazon.awscdk.services.ec2.BlockDevice
Packages that use BlockDevice
-
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()