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

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

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

Methods in com.amazonaws.services.ec2.model that return EbsInstanceBlockDevice
 EbsInstanceBlockDevice InstanceBlockDeviceMapping.getEbs()
          The optional EBS device mapped to the specified device name.
 EbsInstanceBlockDevice EbsInstanceBlockDevice.withAttachTime(Date attachTime)
          The time at which the EBS volume was attached to the associated instance.
 EbsInstanceBlockDevice EbsInstanceBlockDevice.withDeleteOnTermination(Boolean deleteOnTermination)
          Specifies whether the Amazon EBS volume is deleted on instance termination.
 EbsInstanceBlockDevice EbsInstanceBlockDevice.withStatus(String status)
          The status of the EBS volume.
 EbsInstanceBlockDevice EbsInstanceBlockDevice.withVolumeId(String volumeId)
          The ID of the EBS volume.
 

Methods in com.amazonaws.services.ec2.model with parameters of type EbsInstanceBlockDevice
 void InstanceBlockDeviceMapping.setEbs(EbsInstanceBlockDevice ebs)
          The optional EBS device mapped to the specified device name.
 InstanceBlockDeviceMapping InstanceBlockDeviceMapping.withEbs(EbsInstanceBlockDevice ebs)
          The optional EBS device mapped to the specified device name.
 



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