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()
          Specifies parameters used to automatically setup Amazon EBS volumes when the instance is launched.
 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)
          Specifies parameters used to automatically setup Amazon EBS volumes when the instance is launched.
 BlockDeviceMapping BlockDeviceMapping.withEbs(EbsBlockDevice ebs)
          Specifies parameters used to automatically setup Amazon EBS volumes when the instance is launched.
 



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