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 ScheduledInstancesBlockDeviceMappingScheduledInstancesBlockDeviceMapping. clone()ScheduledInstancesBlockDeviceMappingScheduledInstancesBlockDeviceMapping. withDeviceName(String deviceName)The device name exposed to the instance (for example,/dev/sdhorxvdh).ScheduledInstancesBlockDeviceMappingScheduledInstancesBlockDeviceMapping. withEbs(ScheduledInstancesEbs ebs)Parameters used to set up EBS volumes automatically when the instance is launched.ScheduledInstancesBlockDeviceMappingScheduledInstancesBlockDeviceMapping. withNoDevice(String noDevice)Suppresses the specified device included in the block device mapping of the AMI.ScheduledInstancesBlockDeviceMappingScheduledInstancesBlockDeviceMapping. withVirtualName(String virtualName)The virtual device name (ephemeralN).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 ScheduledInstancesLaunchSpecificationScheduledInstancesLaunchSpecification. 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 voidScheduledInstancesLaunchSpecification. setBlockDeviceMappings(Collection<ScheduledInstancesBlockDeviceMapping> blockDeviceMappings)One or more block device mapping entries.ScheduledInstancesLaunchSpecificationScheduledInstancesLaunchSpecification. withBlockDeviceMappings(Collection<ScheduledInstancesBlockDeviceMapping> blockDeviceMappings)One or more block device mapping entries.
-