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 BlockDeviceMapping
BlockDeviceMapping. clone()
BlockDeviceMapping
BlockDeviceMapping. withDeviceName(String deviceName)
The device name that is exposed to the instance, such as/dev/sdh
.BlockDeviceMapping
BlockDeviceMapping. withEbs(EbsBlockDevice ebs)
AnEBSBlockDevice
that defines how to configure an Amazon EBS volume when the instance is launched.BlockDeviceMapping
BlockDeviceMapping. withNoDevice(String noDevice)
Suppresses the specified device included in the AMI's block device mapping.BlockDeviceMapping
BlockDeviceMapping. 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 ofBlockDeviceMapping
objects that specify the instance's block devices.List<BlockDeviceMapping>
Instance. getBlockDeviceMappings()
An array ofBlockDeviceMapping
objects 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 CreateInstanceRequest
CreateInstanceRequest. withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
An array ofBlockDeviceMapping
objects that specify the instance's block devices.Instance
Instance. withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
An array ofBlockDeviceMapping
objects 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 void
CreateInstanceRequest. setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
An array ofBlockDeviceMapping
objects that specify the instance's block devices.void
Instance. setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
An array ofBlockDeviceMapping
objects that specify the instance's block device mappings.CreateInstanceRequest
CreateInstanceRequest. withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
An array ofBlockDeviceMapping
objects that specify the instance's block devices.Instance
Instance. withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
An array ofBlockDeviceMapping
objects that specify the instance's block device mappings.
-