Uses of Class
com.amazonaws.services.ec2.model.ScheduledInstancesBlockDeviceMapping
Packages that use ScheduledInstancesBlockDeviceMapping
-
Uses of ScheduledInstancesBlockDeviceMapping in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ScheduledInstancesBlockDeviceMappingModifier and TypeMethodDescriptionScheduledInstancesBlockDeviceMapping.clone()
ScheduledInstancesBlockDeviceMapping.withDeviceName
(String deviceName) The device name exposed to the instance (for example,/dev/sdh
orxvdh
).ScheduledInstancesBlockDeviceMapping.withEbs
(ScheduledInstancesEbs ebs) Parameters used to set up EBS volumes automatically when the instance is launched.ScheduledInstancesBlockDeviceMapping.withNoDevice
(String noDevice) Suppresses the specified device included in the block device mapping of the AMI.ScheduledInstancesBlockDeviceMapping.withVirtualName
(String virtualName) The virtual device name (ephemeral
N).Methods in com.amazonaws.services.ec2.model that return types with arguments of type ScheduledInstancesBlockDeviceMappingModifier and TypeMethodDescriptionScheduledInstancesLaunchSpecification.getBlockDeviceMappings()
One or more block device mapping entries.Methods in com.amazonaws.services.ec2.model with parameters of type ScheduledInstancesBlockDeviceMappingModifier and TypeMethodDescriptionScheduledInstancesLaunchSpecification.withBlockDeviceMappings
(ScheduledInstancesBlockDeviceMapping... blockDeviceMappings) One or more block device mapping entries.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ScheduledInstancesBlockDeviceMappingModifier and TypeMethodDescriptionvoid
ScheduledInstancesLaunchSpecification.setBlockDeviceMappings
(Collection<ScheduledInstancesBlockDeviceMapping> blockDeviceMappings) One or more block device mapping entries.ScheduledInstancesLaunchSpecification.withBlockDeviceMappings
(Collection<ScheduledInstancesBlockDeviceMapping> blockDeviceMappings) One or more block device mapping entries.