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

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

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

Methods in com.amazonaws.services.ec2.model that return EbsBlockDevice
 EbsBlockDevice BlockDeviceMapping.getEbs()
          Returns the value of the Ebs property for this object.
 EbsBlockDevice EbsBlockDevice.withDeleteOnTermination(Boolean deleteOnTermination)
          Specifies whether the Amazon EBS volume is deleted on instance termination.
 EbsBlockDevice EbsBlockDevice.withSnapshotId(String snapshotId)
          The ID of the snapshot from which the volume will be created.
 EbsBlockDevice EbsBlockDevice.withVolumeSize(Integer volumeSize)
          The size of the volume, in gigabytes.
 

Methods in com.amazonaws.services.ec2.model with parameters of type EbsBlockDevice
 void BlockDeviceMapping.setEbs(EbsBlockDevice ebs)
          Sets the value of the Ebs property for this object.
 BlockDeviceMapping BlockDeviceMapping.withEbs(EbsBlockDevice ebs)
          Sets the value of the Ebs property for this object.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.