Uses of Class
com.amazonaws.services.ec2.model.InstanceBlockDeviceMapping
-
Packages that use InstanceBlockDeviceMapping Package Description com.amazonaws.services.ec2.model -
-
Uses of InstanceBlockDeviceMapping in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceBlockDeviceMapping Modifier and Type Method Description InstanceBlockDeviceMappingInstanceBlockDeviceMapping. clone()InstanceBlockDeviceMappingInstanceBlockDeviceMapping. withDeviceName(String deviceName)The device name exposed to the instance (for example,/dev/sdhorxvdh).InstanceBlockDeviceMappingInstanceBlockDeviceMapping. withEbs(EbsInstanceBlockDevice ebs)Parameters used to automatically set up EBS volumes when the instance is launched.Methods in com.amazonaws.services.ec2.model that return types with arguments of type InstanceBlockDeviceMapping Modifier and Type Method Description List<InstanceBlockDeviceMapping>Instance. getBlockDeviceMappings()Any block device mapping entries for the instance.List<InstanceBlockDeviceMapping>InstanceAttribute. getBlockDeviceMappings()The block device mapping of the instance.Methods in com.amazonaws.services.ec2.model with parameters of type InstanceBlockDeviceMapping Modifier and Type Method Description InstanceInstance. withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)Any block device mapping entries for the instance.InstanceAttributeInstanceAttribute. withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)The block device mapping of the instance.Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceBlockDeviceMapping Modifier and Type Method Description voidInstance. setBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)Any block device mapping entries for the instance.voidInstanceAttribute. setBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)The block device mapping of the instance.InstanceInstance. withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)Any block device mapping entries for the instance.InstanceAttributeInstanceAttribute. withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)The block device mapping of the instance.
-