Uses of Class
com.amazonaws.services.opsworks.model.BlockDeviceMapping
-
Packages that use BlockDeviceMapping Package Description com.amazonaws.services.opsworks.model -
-
Uses of BlockDeviceMapping in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return BlockDeviceMapping Modifier and Type Method Description BlockDeviceMappingBlockDeviceMapping. clone()BlockDeviceMappingBlockDeviceMapping. withDeviceName(String deviceName)The device name that is exposed to the instance, such as/dev/sdh.BlockDeviceMappingBlockDeviceMapping. withEbs(EbsBlockDevice ebs)AnEBSBlockDevicethat defines how to configure an Amazon EBS volume when the instance is launched.BlockDeviceMappingBlockDeviceMapping. withNoDevice(String noDevice)Suppresses the specified device included in the AMI's block device mapping.BlockDeviceMappingBlockDeviceMapping. withVirtualName(String virtualName)The virtual device name.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type BlockDeviceMapping Modifier and Type Method Description List<BlockDeviceMapping>CreateInstanceRequest. getBlockDeviceMappings()An array ofBlockDeviceMappingobjects that specify the instance's block devices.List<BlockDeviceMapping>Instance. getBlockDeviceMappings()An array ofBlockDeviceMappingobjects that specify the instance's block device mappings.Methods in com.amazonaws.services.opsworks.model with parameters of type BlockDeviceMapping Modifier and Type Method Description CreateInstanceRequestCreateInstanceRequest. withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)An array ofBlockDeviceMappingobjects that specify the instance's block devices.InstanceInstance. withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)An array ofBlockDeviceMappingobjects that specify the instance's block device mappings.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type BlockDeviceMapping Modifier and Type Method Description voidCreateInstanceRequest. setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)An array ofBlockDeviceMappingobjects that specify the instance's block devices.voidInstance. setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)An array ofBlockDeviceMappingobjects that specify the instance's block device mappings.CreateInstanceRequestCreateInstanceRequest. withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)An array ofBlockDeviceMappingobjects that specify the instance's block devices.InstanceInstance. withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)An array ofBlockDeviceMappingobjects that specify the instance's block device mappings.
-