Uses of Class
com.amazonaws.services.ec2.model.InstanceBlockDeviceMapping
Packages that use InstanceBlockDeviceMapping
-
Uses of InstanceBlockDeviceMapping in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceBlockDeviceMappingModifier and TypeMethodDescriptionInstanceBlockDeviceMapping.clone()InstanceBlockDeviceMapping.withDeviceName(String deviceName) The device name exposed to the instance (for example,/dev/sdhorxvdh).InstanceBlockDeviceMapping.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 InstanceBlockDeviceMappingModifier and TypeMethodDescriptionInstance.getBlockDeviceMappings()Any block device mapping entries for the instance.InstanceAttribute.getBlockDeviceMappings()The block device mapping of the instance.Methods in com.amazonaws.services.ec2.model with parameters of type InstanceBlockDeviceMappingModifier and TypeMethodDescriptionInstance.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings) Any block device mapping entries for the instance.InstanceAttribute.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings) The block device mapping of the instance.Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceBlockDeviceMappingModifier and TypeMethodDescriptionvoidInstance.setBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings) Any block device mapping entries for the instance.voidInstanceAttribute.setBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings) The block device mapping of the instance.Instance.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings) Any block device mapping entries for the instance.InstanceAttribute.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings) The block device mapping of the instance.