Uses of Class
com.amazonaws.services.ec2.model.InstanceBlockDeviceMapping

Packages that use InstanceBlockDeviceMapping
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of InstanceBlockDeviceMapping in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return InstanceBlockDeviceMapping
 InstanceBlockDeviceMapping InstanceBlockDeviceMapping.withDeviceName(String deviceName)
          The device name exposed to the instance (for example, /dev/sdh).
 InstanceBlockDeviceMapping InstanceBlockDeviceMapping.withEbs(EbsInstanceBlockDevice ebs)
          Parameters used to automatically set up Amazon EBS volumes when the instance is launched.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type InstanceBlockDeviceMapping
 List<InstanceBlockDeviceMapping> InstanceAttribute.getBlockDeviceMappings()
          The block device mapping of the instance.
 List<InstanceBlockDeviceMapping> Instance.getBlockDeviceMappings()
          Any block device mapping entries for the instance.
 

Methods in com.amazonaws.services.ec2.model with parameters of type InstanceBlockDeviceMapping
 InstanceAttribute InstanceAttribute.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
          The block device mapping of the instance.
 Instance Instance.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
          Any block device mapping entries for the instance.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceBlockDeviceMapping
 void InstanceAttribute.setBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
          The block device mapping of the instance.
 void Instance.setBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
          Any block device mapping entries for the instance.
 InstanceAttribute InstanceAttribute.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
          The block device mapping of the instance.
 Instance Instance.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
          Any block device mapping entries for the instance.
 



Copyright © 2016. All rights reserved.