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

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

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

Methods in com.amazonaws.services.ec2.model that return Volume
 Volume CreateVolumeResult.getVolume()
          The newly created EBS volume.
 Volume Volume.withAttachments(Collection<VolumeAttachment> attachments)
          Information on what this volume is attached to.
 Volume Volume.withAttachments(VolumeAttachment... attachments)
          Information on what this volume is attached to.
 Volume Volume.withAvailabilityZone(String availabilityZone)
          Availability zone in which this volume was created.
 Volume Volume.withCreateTime(Date createTime)
          Timestamp when volume creation was initiated.
 Volume Volume.withSize(Integer size)
          The size of this volume, in gigabytes.
 Volume Volume.withSnapshotId(String snapshotId)
          Optional snapshot from which this volume was created.
 Volume Volume.withState(String state)
          State of this volume (e.g., creating, available).
 Volume Volume.withVolumeId(String volumeId)
          The unique ID of this volume.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type Volume
 List<Volume> DescribeVolumesResult.getVolumes()
          The list of described EBS volumes.
 

Methods in com.amazonaws.services.ec2.model with parameters of type Volume
 void CreateVolumeResult.setVolume(Volume volume)
          The newly created EBS volume.
 CreateVolumeResult CreateVolumeResult.withVolume(Volume volume)
          The newly created EBS volume.
 DescribeVolumesResult DescribeVolumesResult.withVolumes(Volume... volumes)
          The list of described EBS volumes.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type Volume
 void DescribeVolumesResult.setVolumes(Collection<Volume> volumes)
          The list of described EBS volumes.
 DescribeVolumesResult DescribeVolumesResult.withVolumes(Collection<Volume> volumes)
          The list of described EBS volumes.
 



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