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