Uses of Class
com.amazonaws.services.opsworks.model.BlockDeviceMapping
Packages that use BlockDeviceMapping
-
Uses of BlockDeviceMapping in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return BlockDeviceMappingModifier and TypeMethodDescriptionBlockDeviceMapping.clone()BlockDeviceMapping.withDeviceName(String deviceName) The device name that is exposed to the instance, such as/dev/sdh.BlockDeviceMapping.withEbs(EbsBlockDevice ebs) AnEBSBlockDevicethat defines how to configure an Amazon EBS volume when the instance is launched.BlockDeviceMapping.withNoDevice(String noDevice) Suppresses the specified device included in the AMI's block device mapping.BlockDeviceMapping.withVirtualName(String virtualName) The virtual device name.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type BlockDeviceMappingModifier and TypeMethodDescriptionCreateInstanceRequest.getBlockDeviceMappings()An array ofBlockDeviceMappingobjects that specify the instance's block devices.Instance.getBlockDeviceMappings()An array ofBlockDeviceMappingobjects that specify the instance's block device mappings.Methods in com.amazonaws.services.opsworks.model with parameters of type BlockDeviceMappingModifier and TypeMethodDescriptionCreateInstanceRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings) An array ofBlockDeviceMappingobjects that specify the instance's block devices.Instance.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 BlockDeviceMappingModifier and TypeMethodDescriptionvoidCreateInstanceRequest.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.CreateInstanceRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings) An array ofBlockDeviceMappingobjects that specify the instance's block devices.Instance.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings) An array ofBlockDeviceMappingobjects that specify the instance's block device mappings.